Skip to content
Closed
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 @@ -7,7 +7,7 @@ pytest-xdist == 3.8.*
types-PyYAML ~= 6.0
# Pinned to 25.x because black 26+ produces different formatting output
# that is incompatible with black 25 (last version supporting Python 3.9).
black == 25.11.*
black == 25.12.*
ruff == 0.15.*
mypy == 2.2.*; python_version >= "3.10"
mypy == 1.19.*; python_version < "3.10"
Expand Down
Loading