Skip to content

Commit

Permalink
Require dateutil 2.8.2+ (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
jadchaar committed Jul 15, 2021
1 parent c53113a commit 255f717
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/timothycrosley/isort
rev: 5.9.1
rev: 5.9.2
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.19.4
rev: v2.21.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down
5 changes: 3 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ pre-commit==2.*
pytest==6.*
pytest-cov==2.*
pytest-mock==3.*
python-dateutil==2.*
pytz==2019.*
python-dateutil>=2.8.2
pytz==2021.*
simplejson==3.*
sphinx==4.*
sphinx-autodoc-typehints==1.*
typing_extensions; python_version < '3.8'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
zip_safe=False,
python_requires=">=3.6",
install_requires=[
"python-dateutil>=2.7.0",
"python-dateutil>=2.8.2",
"typing_extensions; python_version<'3.8'",
],
classifiers=[
Expand Down

0 comments on commit 255f717

Please sign in to comment.