Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox==4.25.0
pip install tox==4.27.0
- name: Generate docs
run: tox -c py/tox.ini
env:
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox==4.25.0
pip install tox==4.27.0
- name: Run type checking
run: |
tox -c py/tox.ini || true
Expand Down
4 changes: 2 additions & 2 deletions py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"urllib3[socks]~=2.4.0",
"urllib3[socks]~=2.5.0",
"trio~=0.30.0",
"trio-websocket~=0.12.2",
"certifi>=2025.4.26",
"certifi>=2025.6.15",
"typing_extensions~=4.14.0",
"websocket-client~=1.8.0",
]
Expand Down
23 changes: 10 additions & 13 deletions py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
async-generator==1.10
attrs==25.3.0
cachetools==6.0.0
certifi==2025.4.26
cachetools==6.1.0
certifi==2025.6.15
cffi==1.17.1
chardet==5.2.0
charset-normalizer==3.4.2
colorama==0.4.6
cryptography==45.0.3
cryptography==45.0.4
debugpy==1.8.14
distlib==0.3.9
docutils==0.21.2
Expand All @@ -26,7 +25,7 @@ keyring==25.6.0
markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.7.0
multidict==6.4.4
multidict==6.5.0
nh3==0.2.21
outcome==1.3.0.post0
packaging==25.0
Expand All @@ -35,30 +34,28 @@ pluggy==1.6.0
py==1.11.0
pycparser==2.22
Pygments==2.19.1
pyOpenSSL==25.1.0
pyparsing==3.2.3
pyproject-api==1.9.1
PySocks==1.7.1
pytest==8.4.0
pytest==8.4.1
pytest-instafail==0.5.0
pytest-mock==3.14.1
pytest-trio==0.8.0
pywin32-ctypes==0.2.3
readme_renderer==44.0
requests==2.32.3
requests==2.32.4
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==14.0.0
SecretStorage==3.3.3
sniffio==1.3.1
sortedcontainers==2.4.0
toml==0.10.2
tox==4.26.0
tox==4.27.0
trio==0.30.0
trio-websocket==0.12.2
twine==6.1.0
typing_extensions==4.14.0
urllib3[socks]==2.4.0
urllib3[socks]==2.5.0
virtualenv==20.31.2
websocket-client==1.8.0
wsproto==1.2.0
zipp==3.22.0
zipp==3.23.0
Loading
Loading