We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9247f5 commit 7587987Copy full SHA for 7587987
requirements/dev.txt
@@ -10,12 +10,12 @@ pytest-cov==5.0.0; python_version<"3.9"
10
# mypy adds new rules in new minor versions, which could cause our PR check to fail
11
# here we fix its version and upgrade it manually in the future
12
mypy==1.15.0
13
-types-pywin32==310.0.0.20250428; python_version>="3.9"
+types-pywin32==310.0.0.20250429; python_version>="3.9"
14
types-pywin32==308.0.0.20241221; python_version<"3.9"
15
types-PyYAML==6.0.12.20250402
16
types-chevron==0.14.2.20250103
17
types-psutil==7.0.0.20250401
18
-types-setuptools==79.0.0.20250422
+types-setuptools==80.0.0.20250429
19
types-Pygments==2.19.0.20250305
20
types-colorama==0.4.15.20240311
21
types-dateparser==1.2.0.20250408
0 commit comments