Skip to content

Commit 1aa38be

Browse files
committed
[py] Bump Python package requiremements to latest versions
1 parent 1e2945d commit 1aa38be

File tree

4 files changed

+344
-306
lines changed

4 files changed

+344
-306
lines changed

py/BUILD.bazel

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,12 @@ py_wheel(
289289
python_requires = ">=3.9",
290290
python_tag = "py3",
291291
requires = [
292-
"urllib3[socks]>=1.26,<3",
293-
"trio~=0.17",
294-
"trio-websocket~=0.9",
295-
"certifi>=2021.10.8",
296-
"typing_extensions~=4.9",
297-
"websocket-client~=1.8",
292+
"urllib3[socks]~=2.4.0",
293+
"trio~=0.30.0",
294+
"trio-websocket~=0.12.2",
295+
"certifi>=2025.4.26",
296+
"typing_extensions~=4.13.2",
297+
"websocket-client~=1.8.0",
298298
],
299299
strip_path_prefixes = [
300300
"py/",

py/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ classifiers = [
2626
"Programming Language :: Python :: 3.13",
2727
]
2828
dependencies = [
29-
"urllib3[socks]>=1.26,<3",
30-
"trio~=0.17",
31-
"trio-websocket~=0.9",
32-
"certifi>=2021.10.8",
33-
"typing_extensions~=4.9",
34-
"websocket-client~=1.8",
29+
"urllib3[socks]~=2.4.0",
30+
"trio~=0.30.0",
31+
"trio-websocket~=0.12.2",
32+
"certifi>=2025.4.26",
33+
"typing_extensions~=4.13.2",
34+
"websocket-client~=1.8.0",
3535
]
3636

3737
[project.urls]

py/requirements.txt

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
async-generator==1.10
2-
attrs==23.2.0
3-
certifi==2023.11.17
4-
cffi==1.16.0
5-
cryptography==42.0.8
6-
secretstorage==3.3.3
7-
debugpy==1.8.11
2+
attrs==25.3.0
3+
certifi==2025.4.26
4+
cffi==1.17.1
5+
cryptography==44.0.3
6+
SecretStorage==3.3.3
7+
debugpy==1.8.14
88
filetype==1.2.0
9-
h11==0.14.0
9+
h11==0.16.0
1010
idna==3.10
11-
importlib-metadata==6.8.0
11+
importlib_metadata==8.7.0
1212
inflection==0.5.1
13-
iniconfig==2.0.0
14-
more-itertools==10.1.0
15-
multidict==6.0.5
13+
iniconfig==2.1.0
14+
more-itertools==10.7.0
15+
multidict==6.4.3
1616
outcome==1.3.0.post0
17-
packaging==23.2
18-
pluggy==1.3.0
17+
packaging==25.0
18+
pluggy==1.5.0
1919
py==1.11.0
20-
pycparser==2.21
21-
pyOpenSSL==22.0.0
22-
pyparsing==3.1.2
20+
pycparser==2.22
21+
pyOpenSSL==25.0.0
22+
pyparsing==3.2.3
2323
PySocks==1.7.1
24-
pytest==7.4.4
24+
pytest==8.3.5
2525
pytest-instafail==0.5.0
26-
pytest-mock==3.12.0
26+
pytest-mock==3.14.0
2727
pytest-trio==0.8.0
2828
sniffio==1.3.1
2929
sortedcontainers==2.4.0
3030
toml==0.10.2
31-
trio>=0.20.2
32-
trio-websocket==0.9.2
33-
twine==4.0.2
34-
typing_extensions==4.9.0
35-
urllib3[socks]==2.0.7
31+
trio==0.30.0
32+
trio-websocket==0.12.2
33+
twine==6.1.0
34+
typing_extensions==4.13.2
35+
urllib3[socks]==2.4.0
3636
websocket-client==1.8.0
3737
wsproto==1.2.0
38-
zipp==3.17.0
38+
zipp==3.21.0

0 commit comments

Comments
 (0)