Skip to content

Commit c9bed13

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 4f586f8 commit c9bed13

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
@@ -38,5 +38,5 @@ sphinxcontrib-htmlhelp==1.0.3
3838
sphinxcontrib-jsmath==1.0.1
3939
sphinxcontrib-qthelp==1.0.3
4040
sphinxcontrib-serializinghtml==1.1.4
41-
urllib3==1.25.8
41+
urllib3==2.5.0
4242
webencodings==0.5.1

0 commit comments

Comments
 (0)