File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ pytest-cov==5.0.0; python_version<"3.9"
10
10
# mypy adds new rules in new minor versions, which could cause our PR check to fail
11
11
# here we fix its version and upgrade it manually in the future
12
12
mypy==1.15.0
13
- types-pywin32==308 .0.0.20250128 ; python_version>="3.9"
13
+ types-pywin32==309 .0.0.20250311 ; python_version>="3.9"
14
14
types-pywin32==308.0.0.20241221; python_version<"3.9"
15
15
types-PyYAML==6.0.12.20241230
16
16
types-chevron==0.14.2.20250103
17
17
types-psutil==7.0.0.20250218
18
- types-setuptools==75.8.2.20250305
18
+ types-setuptools==76.0.0.20250313
19
19
types-Pygments==2.19.0.20250305
20
20
types-colorama==0.4.15.20240311
21
21
types-dateparser==1.2.0.20250208
@@ -25,7 +25,7 @@ types-pyOpenSSL==24.1.0.20240722
25
25
# lucashuy: pin `types-request` based on the Python version since newer versions of
26
26
# the types require a newer version of requests, which is only installed in newer versions of Python
27
27
types-requests==2.31.0.6; python_version<"3.10"
28
- types-requests==2.32.0.20250301 ; python_version>="3.10"
28
+ types-requests==2.32.0.20250306 ; python_version>="3.10"
29
29
types-urllib3==1.26.25.14
30
30
31
31
# Test requirements
You can’t perform that action at this time.
0 commit comments