mirror of https://github.com/nicolargo/glances.git
fix: dev-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
This commit is contained in:
parent
4e5eff834a
commit
45ab3b4340
|
|
@ -18,3 +18,4 @@ semgrep; platform_system == 'Linux'
|
|||
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
webdriver-manager
|
||||
h11>=0.16.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
|
|
|
|||
Loading…
Reference in New Issue