Skip to content

Commit b0f5a18

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 2ddc686 commit b0f5a18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Sphinx~=5.0.1
22
sphinx_autodoc_typehints~=1.18.3
33
docutils<0.18
4-
sphinx-rtd-theme~=1.0.0
4+
sphinx-rtd-theme~=1.0.0
5+
urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)