Skip to content

Commit

Permalink
Downgrade pytz
Browse files Browse the repository at this point in the history
  • Loading branch information
jadchaar committed Sep 30, 2023
1 parent 670fd3d commit ddf9196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -46,7 +46,7 @@ test = [
"pytest",
"pytest-cov",
"pytest-mock",
"pytz==2023.3.post1",
"pytz==2021.1",
"simplejson==3.*",
]
doc = [
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-tests.txt
Expand Up @@ -4,5 +4,5 @@ pre-commit
pytest
pytest-cov
pytest-mock
pytz==2023.3.post1
pytz==2021.1
simplejson==3.*

0 comments on commit ddf9196

Please sign in to comment.