From d2d811f8a8e487b1af8d0ab586b298f1f377df90 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 05:36:52 +0000 Subject: [PATCH] Bump python-dateutil from 2.8.0 to 2.8.2 Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.0 to 2.8.2. - [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.2) 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..74cff30 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.2 typing==3.7.4.1