Skip to content
Open
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/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"trio>=0.31.0,<1.0",
"trio-websocket>=0.12.2,<1.0",
"typing_extensions>=4.15.0,<5.0",
"urllib3[socks]>=2.6.3,<3.0",
"urllib3[socks]>=2.7.0,<3.0",
"websocket-client>=1.8.0,<2.0",
]

Expand Down
2 changes: 1 addition & 1 deletion py/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ twine==6.2.0
types-certifi==2021.10.8.3
types-PySocks==1.7.1.20260408
typing_extensions==4.15.0
urllib3[socks]==2.6.3
urllib3[socks]==2.7.0
virtualenv==21.2.4
websocket-client==1.9.0
wsproto==1.3.2
Expand Down
6 changes: 3 additions & 3 deletions py/requirements_lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1204,9 +1204,9 @@ unidecode==1.4.0 \
--hash=sha256:c3c7606c27503ad8d501270406e345ddb480a7b5f38827eafe4fa82a137f0021 \
--hash=sha256:ce35985008338b676573023acc382d62c264f307c8f7963733405add37ea2b23
# via python-slugify
urllib3[socks]==2.6.3 \
--hash=sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed \
--hash=sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4
urllib3[socks]==2.7.0 \
--hash=sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c \
--hash=sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897
# via
# -r py/requirements.txt
# id
Expand Down