From fe58c67133d24bb728fc41d46079ffa17434e3d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2020 16:28:23 +0000 Subject: [PATCH] Bump python-dateutil from 2.6.1 to 2.8.1 Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.6.1 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.6.1...2.8.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6a26ad3..e227fa4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ ns1-python==0.13.0 ovh==0.4.8 pycountry-convert==0.7.2 pycountry==19.8.18 -python-dateutil==2.6.1 +python-dateutil==2.8.1 requests==2.22.0 s3transfer==0.1.13 setuptools==40.3.0 diff --git a/setup.py b/setup.py index 4f28232..4858e2b 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ setup( 'pycountry>=19.8.18', 'pycountry-convert>=0.7.2', # botocore doesn't like >=2.7.0 for some reason - 'python-dateutil>=2.6.0,<2.7.0', + 'python-dateutil>=2.6.0,<2.9.0', 'requests>=2.20.0' ], license='MIT',