@@ -9,14 +9,14 @@ pytest-cov==5.0.0; python_version<"3.9"
99# type checking and related stubs
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
12- mypy==1.14.1
13- types-pywin32==308 .0.0.20250128 ; python_version>="3.9"
12+ mypy==1.15.0
13+ types-pywin32==309 .0.0.20250311 ; python_version>="3.9"
1414types-pywin32==308.0.0.20241221; python_version<"3.9"
1515types-PyYAML==6.0.12.20241230
1616types-chevron==0.14.2.20250103
1717types-psutil==7.0.0.20250218
18- types-setuptools==75.8 .0.20250210
19- types-Pygments==2.19.0.20250219
18+ types-setuptools==76.0 .0.20250313
19+ types-Pygments==2.19.0.20250305
2020types-colorama==0.4.15.20240311
2121types-dateparser==1.2.0.20250208
2222types-docutils==0.21.0.20241128
@@ -25,12 +25,12 @@ types-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.0.20241016 ; python_version>="3.10"
28+ types-requests==2.32.0.20250306 ; python_version>="3.10"
2929types-urllib3==1.26.25.14
3030
3131# Test requirements
3232
33- pytest==8.3.4
33+ pytest==8.3.5
3434
3535parameterized==0.9.0
3636pytest-xdist==3.6.1
@@ -42,7 +42,7 @@ pytest-rerunfailures==14.0; python_version<"3.9"
4242pytest-metadata==3.1.1
4343# NOTE (lucashuy): `pytest-json-report` was updated to `pytest-json-report-wip` as the original repository does not seem to be maintained anymore, if `-wip` is updated, validate the changes
4444pytest-json-report-wip==1.5.1
45- filelock==3.17 .0; python_version>="3.9"
45+ filelock==3.18 .0; python_version>="3.9"
4646filelock==3.16.1; python_version<"3.9"
4747
4848# formatter
0 commit comments