Skip to content

Commit 2a32b24

Browse files
committed
fix: deps/uv/docs/requirements.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 b3bf842 commit 2a32b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/uv/docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ sphinxcontrib-qthelp==1.0.3
3232
sphinxcontrib-serializinghtml==1.1.5
3333
sphinxcontrib.applehelp==1.0.3
3434
tornado==6.3.2
35-
urllib3==1.26.14
35+
urllib3==2.5.0
3636
zipp==3.11.0

0 commit comments

Comments
 (0)