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
2 changes: 1 addition & 1 deletion py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ py_wheel(
"trio~=0.30.0",
"trio-websocket~=0.12.2",
"certifi>=2025.4.26",
"typing_extensions~=4.13.2",
"typing_extensions~=4.14.0",
"websocket-client~=1.8.0",
],
strip_path_prefixes = [
Expand Down
2 changes: 1 addition & 1 deletion py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"trio~=0.30.0",
"trio-websocket~=0.12.2",
"certifi>=2025.4.26",
"typing_extensions~=4.13.2",
"typing_extensions~=4.14.0",
"websocket-client~=1.8.0",
]

Expand Down
22 changes: 11 additions & 11 deletions py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
async-generator==1.10
attrs==25.3.0
cachetools==5.5.2
cachetools==6.0.0
certifi==2025.4.26
cffi==1.17.1
chardet==5.2.0
charset-normalizer==3.4.2
colorama==0.4.6
cryptography==44.0.3
cryptography==45.0.3
debugpy==1.8.14
distlib==0.3.9
docutils==0.21.2
Expand All @@ -26,22 +26,22 @@ keyring==25.6.0
markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.7.0
multidict==6.4.3
multidict==6.4.4
nh3==0.2.21
outcome==1.3.0.post0
packaging==25.0
platformdirs==4.3.8
pluggy==1.5.0
pluggy==1.6.0
py==1.11.0
pycparser==2.22
Pygments==2.19.1
pyOpenSSL==25.0.0
pyOpenSSL==25.1.0
pyparsing==3.2.3
pyproject-api==1.9.0
pyproject-api==1.9.1
PySocks==1.7.1
pytest==8.3.5
pytest==8.4.0
pytest-instafail==0.5.0
pytest-mock==3.14.0
pytest-mock==3.14.1
pytest-trio==0.8.0
readme_renderer==44.0
requests==2.32.3
Expand All @@ -52,13 +52,13 @@ SecretStorage==3.3.3
sniffio==1.3.1
sortedcontainers==2.4.0
toml==0.10.2
tox==4.25.0
tox==4.26.0
trio==0.30.0
trio-websocket==0.12.2
twine==6.1.0
typing_extensions==4.13.2
typing_extensions==4.14.0
urllib3[socks]==2.4.0
virtualenv==20.31.2
websocket-client==1.8.0
wsproto==1.2.0
zipp==3.21.0
zipp==3.22.0
Loading