Skip to content

Commit 6b67a2b

Browse files
committed
tests: bump freezegun requirement to >=1.5.0
freezegun==1.5.0 fixes incompatibility issues with Python >=3.13, so make that the min required version
1 parent 7d79cdc commit 6b67a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ versioningit >=2.0.0,<4 # required for being able to run editable installs
77
pytest >=8.0.0
88
pytest-trio
99
requests-mock
10-
freezegun >=1.0.0
10+
freezegun >=1.5.0
1111

1212
# code-coverage
1313
pytest-cov

0 commit comments

Comments
 (0)