From 83ddaab00e3ef6be95bf64e1d0eeaad8ae8a40c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 13:22:45 +0000 Subject: [PATCH] Bump python-dateutil from 2.8.2 to 2.9.0.post0 Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.2 to 2.9.0.post0. - [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.2...2.9.0.post0) --- updated-dependencies: - dependency-name: python-dateutil dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 41cd2f1..99cbec1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp==3.9.5 click==8.1.7 -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 tqdm==4.66.4 colorama==0.4.6 diff --git a/setup.py b/setup.py index 81caa61..e455571 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ install_requires=[ 'aiohttp==3.9.5', 'click==8.1.7', - 'python-dateutil==2.8.2', + 'python-dateutil==2.9.0.post0', 'tqdm==4.66.4', 'colorama==0.4.6', 'boto3==1.34.80',