Skip to content

Commit cd83216

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-REQUESTS-6928867
1 parent 4265f27 commit cd83216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/uv/docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Pygments==2.8.1
2828
pyparsing==2.4.6
2929
pytoml==0.1.21
3030
pytz==2021.1
31-
requests==2.22.0
31+
requests==2.32.0
3232
retrying==1.3.3
3333
six==1.14.0
3434
snowballstemmer==2.1.0

0 commit comments

Comments
 (0)