Skip to content

Commit d3a2670

Browse files
authored
[py] Bump pytest and dev dependencies (#16572)
* Bump pytest and dev dependencies * Update pytest config to use native toml format
1 parent 48c8ff1 commit d3a2670

File tree

3 files changed

+444
-364
lines changed

3 files changed

+444
-364
lines changed

py/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ binding = "Exec"
7272
"NOTICE",
7373
]
7474

75-
[tool.pytest.ini_options]
75+
[tool.pytest]
7676
console_output_style = "progress"
77-
faulthandler_timeout = 60
77+
faulthandler_timeout = "60"
7878
log_cli = true
7979
trio_mode = true
8080
markers = [

py/requirements.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
attrs==25.3.0
2-
cachetools==6.2.0
1+
attrs==25.4.0
2+
cachetools==6.2.1
33
certifi==2025.10.5
44
cffi==2.0.0
55
chardet==5.2.0
6-
charset-normalizer==3.4.3
6+
charset-normalizer==3.4.4
77
colorama==0.4.6
8-
cryptography==46.0.2
8+
cryptography==46.0.3
99
debugpy==1.8.17
1010
distlib==0.4.0
1111
docutils==0.21.2
12-
filelock==3.19.1
12+
filelock==3.20.0
1313
filetype==1.2.0
1414
h11==0.16.0
1515
id==1.5.0
16-
idna==3.10
16+
idna==3.11
1717
importlib_metadata==8.7.0
1818
inflection==0.5.1
19-
iniconfig==2.1.0
19+
iniconfig==2.3.0
2020
jaraco.classes==3.4.0
2121
jaraco.context==6.0.1
2222
jaraco.functools==4.3.0
@@ -25,18 +25,18 @@ keyring==25.6.0
2525
markdown-it-py==4.0.0
2626
mdurl==0.1.2
2727
more-itertools==10.8.0
28-
multidict==6.6.4
29-
nh3==0.3.0
28+
multidict==6.7.0
29+
nh3==0.3.2
3030
outcome==1.3.0.post0
3131
packaging==25.0
32-
platformdirs==4.4.0
32+
platformdirs==4.5.0
3333
pluggy==1.6.0
3434
py==1.11.0
3535
pycparser==2.23
3636
Pygments==2.19.2
37-
pyproject-api==1.9.1
37+
pyproject-api==1.10.0
3838
PySocks==1.7.1
39-
pytest==8.4.2
39+
pytest==9.0.0
4040
pytest-instafail==0.5.0
4141
pytest-mock==3.15.1
4242
pytest-trio==0.8.0
@@ -45,17 +45,17 @@ readme_renderer==44.0
4545
requests==2.32.5
4646
requests-toolbelt==1.0.0
4747
rfc3986==2.0.0
48-
rich==14.1.0
48+
rich==14.2.0
4949
SecretStorage==3.4.0
5050
sniffio==1.3.1
5151
sortedcontainers==2.4.0
52-
tox==4.30.3
53-
trio==0.31.0
52+
tox==4.32.0
53+
trio==0.32.0
5454
trio-websocket==0.12.2
5555
twine==6.2.0
5656
typing_extensions==4.15.0
5757
urllib3[socks]==2.5.0
58-
virtualenv==20.34.0
59-
websocket-client==1.8.0
58+
virtualenv==20.35.4
59+
websocket-client==1.9.0
6060
wsproto==1.2.0
6161
zipp==3.23.0

0 commit comments

Comments
 (0)