Skip to content

Commit ab5e17e

Browse files
committed
fix: 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 f560635 commit ab5e17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ sphinxcontrib-serializinghtml==2.0.0
118118
# via sphinx
119119
typing-extensions==4.12.2
120120
# via -r requirements.in
121-
urllib3==2.3.0
121+
urllib3==2.5.0
122122
# via
123123
# -r requirements.in
124124
# requests

0 commit comments

Comments
 (0)