Skip to content

Commit

Permalink
Loosen version pinning on pytz (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya authored Mar 20, 2022
1 parent b7845dc commit 47fd31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ aiohttp = ">=3.8.0"
backoff = "^1.11.1"
docutils = "<0.18"
python = "^3.8.0"
pytz = ">=2019.3,<2022.0"
pytz = ">=2019.3"
voluptuous = ">=0.11.7,<0.13.0"
websockets = ">=8.1,<11.0"

Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ backoff==1.11.1
pytest-aiohttp==0.3.0
pytest-cov==2.12.1
pytest==6.2.5
pytz==2021.1
pytz==2022.1
types-pytz==2021.1.2
voluptuous==0.12.2

0 comments on commit 47fd31b

Please sign in to comment.