From 7fe825396f39035fc2ce233f289854fef7c34f9b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 5 Nov 2019 10:07:20 +0200 Subject: [PATCH] Update python_dateutil from 2.8.0 to 2.8.1 --- 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