From 49b5de60125b48df40393a57ee3e4c946f487d66 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 08:07:15 +0000 Subject: [PATCH] Bump python-dateutil from 2.8.0 to 2.8.1 Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](https://github.com/dateutil/dateutil/compare/2.8.0...2.8.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 35c887d..2a07436 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ loguru==0.3.2 aiohttp==3.6.2 asyncpg==0.19.0 aio_pika==6.3.0 -python_dateutil==2.8.0 +python_dateutil==2.8.1 typing==3.7.4.1