Skip to content

Commit 044a05e

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-10305723
1 parent 03fd5ae commit 044a05e

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
@@ -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.4
3232
retrying==1.3.3
3333
six==1.14.0
3434
snowballstemmer==2.1.0

0 commit comments

Comments
 (0)