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
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ pytest-cov==5.0.0; python_version<"3.9"
# mypy adds new rules in new minor versions, which could cause our PR check to fail
# here we fix its version and upgrade it manually in the future
mypy==1.15.0
types-pywin32==309.0.0.20250311; python_version>="3.9"
types-pywin32==310.0.0.20250319; python_version>="3.9"
types-pywin32==308.0.0.20241221; python_version<"3.9"
types-PyYAML==6.0.12.20241230
types-PyYAML==6.0.12.20250326
types-chevron==0.14.2.20250103
types-psutil==7.0.0.20250218
types-setuptools==76.0.0.20250313
Expand Down
Loading