11-r pre-dev.txt
22
3- coverage==7.9 .2; python_version>="3.9"
3+ coverage==7.10 .2; python_version>="3.9"
44coverage==7.6.1; python_version<"3.9"
55pytest-cov==6.3.0; python_version>="3.9"
66pytest-cov==5.0.0; python_version<"3.9"
@@ -10,22 +10,22 @@ pytest-cov==5.0.0; python_version<"3.9"
1010# mypy adds new rules in new minor versions, which could cause our PR check to fail
1111# here we fix its version and upgrade it manually in the future
1212mypy==1.15.0
13- types-pywin32==311.0.0.20250822 ; python_version>="3.9"
13+ types-pywin32==311.0.0.20250915 ; python_version>="3.9"
1414types-pywin32==308.0.0.20241221; python_version<"3.9"
15- types-PyYAML==6.0.12.20250822
15+ types-PyYAML==6.0.12.20250915
1616types-chevron==0.14.2.20250103
1717types-psutil==7.0.0.20250822
1818types-setuptools==80.9.0.20250822
1919types-Pygments==2.19.0.20250809
2020types-colorama==0.4.15.20250801
2121types-dateparser==1.2.2.20250809
22- types-docutils==0.22.0.20250822
22+ types-docutils==0.22.1.20250923
2323types-jsonschema==4.25.1.20250822
2424types-pyOpenSSL==24.1.0.20240722
2525# lucashuy: pin `types-request` based on the Python version since newer versions of
2626# the types require a newer version of requests, which is only installed in newer versions of Python
2727types-requests==2.31.0.6; python_version<"3.10"
28- types-requests==2.32.4.20250809 ; python_version>="3.10"
28+ types-requests==2.32.4.20250913 ; python_version>="3.10"
2929types-urllib3==1.26.25.14
3030
3131# Test requirements
0 commit comments