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

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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-01-11 16:28:23 +00:00
committed by GitHub
parent f772517a8b
commit fe58c67133
2 changed files with 2 additions and 2 deletions

View File

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