Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/freethreading.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# hypothesis' pure-Python API, which is unchanged across that boundary.
#
# Everything else in test.txt installs unmodified on both 3.13t and 3.14t.
hypothesis>=3.31; python_version >= '3.14'
hypothesis>=6.165.2; python_version >= '3.14'
hypothesis>=3.31,<6.130; python_version < '3.14'
freezegun>=0.3.11
pytest-aiofiles>=0.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ autoflake
flake8==5.0.4 # 5.0.4 can be upgraded to 6.0.0+ when we EOL Python 3.7
flake8-bugbear
flake8-comprehensions
hypothesis>=3.31
hypothesis>=6.165.2
freezegun>=0.3.11
mock; python_version<'3.8' # backport that contains AsyncMock class, includes mock library as dependency
pre-commit
Expand Down
Loading