mirror of https://github.com/nicolargo/glances.git
fix: doc-requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867
This commit is contained in:
parent
9ab3199e13
commit
58ef11ddf9
|
|
@ -2,3 +2,4 @@ reuse
|
|||
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
sphinx
|
||||
sphinx_rtd_theme
|
||||
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
|
|
|
|||
Loading…
Reference in New Issue