Skip to content
Open
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/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ aiohttp<3.11; python_version == "3.8" # used for a WebSocket server mock
aiohttp<4; python_version >= "3.9" # used for a WebSocket server mock
pytest>=7.0.1,<9
pytest-asyncio<2 # for async
pytest-cov>=2,<8
pytest-cov>=7.1.0,<8
click==8.0.4 # black is affected by https://github.com/pallets/click/issues/2225
psutil>=6.0.0,<8
# cryptography 46+ dropped PyPy 3.10 wheels; pin to <46 for PyPy 3.10 only
Expand Down
Loading