Skip to content

Commit 7d7bee6

Browse files
committed
security: pin urllib3 in requirements.txt
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 b0b9824 commit 7d7bee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
sphinx==8.1.3
22
sphinx_rtd_theme==3.0.2
33
sphinxcontrib-jquery
4+
urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)