Skip to content

Commit 9ea1097

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-14896210
1 parent ac15b32 commit 9ea1097

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
sphinx==7.2.6
22
sphinx_rtd_theme==1.3.0
3+
urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)