Skip to content

Commit 367c8c1

Browse files
authored
[py] Bump requirements for packaging and dev (#15909)
* [py] Bump python requirements * [py] Bump requirements lock * [py] Update unit tests
1 parent 15a7a10 commit 367c8c1

File tree

5 files changed

+256
-247
lines changed

5 files changed

+256
-247
lines changed

.github/workflows/ci-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install tox==4.25.0
30+
pip install tox==4.27.0
3131
- name: Generate docs
3232
run: tox -c py/tox.ini
3333
env:
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install dependencies
4848
run: |
4949
python -m pip install --upgrade pip
50-
pip install tox==4.25.0
50+
pip install tox==4.27.0
5151
- name: Run type checking
5252
run: |
5353
tox -c py/tox.ini || true

py/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ classifiers = [
2525
"Programming Language :: Python :: 3.13",
2626
]
2727
dependencies = [
28-
"urllib3[socks]~=2.4.0",
28+
"urllib3[socks]~=2.5.0",
2929
"trio~=0.30.0",
3030
"trio-websocket~=0.12.2",
31-
"certifi>=2025.4.26",
31+
"certifi>=2025.6.15",
3232
"typing_extensions~=4.14.0",
3333
"websocket-client~=1.8.0",
3434
]

py/requirements.txt

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
async-generator==1.10
21
attrs==25.3.0
3-
cachetools==6.0.0
4-
certifi==2025.4.26
2+
cachetools==6.1.0
3+
certifi==2025.6.15
54
cffi==1.17.1
65
chardet==5.2.0
76
charset-normalizer==3.4.2
87
colorama==0.4.6
9-
cryptography==45.0.3
8+
cryptography==45.0.4
109
debugpy==1.8.14
1110
distlib==0.3.9
1211
docutils==0.21.2
@@ -26,7 +25,7 @@ keyring==25.6.0
2625
markdown-it-py==3.0.0
2726
mdurl==0.1.2
2827
more-itertools==10.7.0
29-
multidict==6.4.4
28+
multidict==6.5.0
3029
nh3==0.2.21
3130
outcome==1.3.0.post0
3231
packaging==25.0
@@ -35,30 +34,28 @@ pluggy==1.6.0
3534
py==1.11.0
3635
pycparser==2.22
3736
Pygments==2.19.1
38-
pyOpenSSL==25.1.0
39-
pyparsing==3.2.3
4037
pyproject-api==1.9.1
4138
PySocks==1.7.1
42-
pytest==8.4.0
39+
pytest==8.4.1
4340
pytest-instafail==0.5.0
4441
pytest-mock==3.14.1
4542
pytest-trio==0.8.0
43+
pywin32-ctypes==0.2.3
4644
readme_renderer==44.0
47-
requests==2.32.3
45+
requests==2.32.4
4846
requests-toolbelt==1.0.0
4947
rfc3986==2.0.0
5048
rich==14.0.0
5149
SecretStorage==3.3.3
5250
sniffio==1.3.1
5351
sortedcontainers==2.4.0
54-
toml==0.10.2
55-
tox==4.26.0
52+
tox==4.27.0
5653
trio==0.30.0
5754
trio-websocket==0.12.2
5855
twine==6.1.0
5956
typing_extensions==4.14.0
60-
urllib3[socks]==2.4.0
57+
urllib3[socks]==2.5.0
6158
virtualenv==20.31.2
6259
websocket-client==1.8.0
6360
wsproto==1.2.0
64-
zipp==3.22.0
61+
zipp==3.23.0

0 commit comments

Comments
 (0)