We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2b78f commit c5802ecCopy full SHA for c5802ec
requirements/base.txt
@@ -65,7 +65,7 @@ tomli==2.0.1
65
# build
66
# pip-tools
67
# pyproject-hooks
68
-urllib3==2.0.7
+urllib3==2.2.2
69
# via sentry-sdk
70
werkzeug==3.0.3
71
# via flask
requirements/test.txt
@@ -150,7 +150,7 @@ trio-websocket==0.10.3
150
# via selenium
151
typing-extensions==4.9.0
152
# via astroid
153
-urllib3[socks]==2.0.7
+urllib3[socks]==2.2.2
154
# via
155
# -r base.txt
156
# selenium
0 commit comments