Skip to content

Commit 8b23707

Browse files
committed
fix: py/requirements_lock.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194
1 parent 0c04357 commit 8b23707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/requirements_lock.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ trio==0.20.0 \
315315
# -r py/requirements.txt
316316
# pytest-trio
317317
# trio-websocket
318-
urllib3[socks]==1.26.9 \
318+
urllib3==2.5.0 \
319319
--hash=sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14 \
320320
--hash=sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e
321321
# via -r py/requirements.txt

0 commit comments

Comments
 (0)