1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Merge pull request #444 from github/dependabot/pip/python-dateutil-2.8.1

Bump python-dateutil from 2.6.1 to 2.8.1
This commit is contained in:
Ross McFarland
2020-01-11 08:59:33 -08:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -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

View File

@@ -73,8 +73,7 @@ setup(
'natsort>=5.5.0',
'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.8.1',
'requests>=2.20.0'
],
license='MIT',