Skip to content

Commit

Permalink
More permissive version constraint for pytz
Browse files Browse the repository at this point in the history
As pytz is date-versioned, a caret requirement will mean any new release
will be incompatible with this, preventing users from upgrading. This
removes that constraint.
  • Loading branch information
JaimeLennox committed Apr 9, 2022
1 parent c62371e commit 4f838aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pytest-cov = {version="^3.0", optional=true}
pytest-django = {version="^4.5.2", optional=true}
pytest-pythonpath = {version="^0.7.3", optional=true}
djet = {version="^0.3.0", optional=true}
pytz = "^2021.3"
pytz = ">=2021.3"
webauthn = {version="<1.0", optional=true}


Expand Down

0 comments on commit 4f838aa

Please sign in to comment.