Skip to content

Commit 6f6876a

Browse files
chore(deps): extend supported version of pytz library (#1333)
Co-authored-by: Jan Novacek <[email protected]>
1 parent afe5dcf commit 6f6876a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StandardLibrary/runtimes/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include = [
1616

1717
[tool.poetry.dependencies]
1818
python = "^3.11.0"
19-
pytz = "^2023.3.post1"
19+
pytz = ">=2023.3.post1, <2025.0.0"
2020
# TODO: Longer-term, write something to pull this in from the project's project.properties file
2121
DafnyRuntimePython = "4.9.0"
2222

0 commit comments

Comments
 (0)