Skip to content

Commit 135bf62

Browse files
committed
[py] Add socks package to urllib3
1 parent dbb877f commit 135bf62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

py/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ py_wheel(
312312
"trio~=0.30.0",
313313
"trio-websocket~=0.12.2",
314314
"certifi>=2025.4.26",
315-
"typing_extensions~=4.13.2",
315+
"typing_extensions~=4.14.0",
316316
"websocket-client~=1.8.0",
317317
],
318318
strip_path_prefixes = [

py/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ trio==0.30.0
5757
trio-websocket==0.12.2
5858
twine==6.1.0
5959
typing_extensions==4.14.0
60-
urllib3==2.4.0
60+
urllib3[socks]==2.4.0
6161
virtualenv==20.31.2
6262
websocket-client==1.8.0
6363
wsproto==1.2.0

scripts/update_py_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# - deactivate and remove the temporary virtual env
1212
#
1313
# After running this script, you should also manually check package dependency versions in
14-
# `py/pyproject.toml` and `py/tox.ini` and update those if needed.
14+
# `py/pyproject.toml`, `py/tox.ini` and `py/BUILD.bazel`, and update those if needed.
1515
#
1616
# Once all dependencies are updated, create a new Pull Request with the changes.
1717

0 commit comments

Comments
 (0)