mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-08 02:54:16 +00:00
fix: scripts/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1014645
This commit is contained in:
parent
22c72f411b
commit
0abc9756b7
@ -5,3 +5,5 @@ packaging==19.0
|
||||
appdirs==1.4.3
|
||||
psutil==5.6.7
|
||||
jsonschema==2.6.0 # lock down jsonschema, 3.0 makes problems
|
||||
|
||||
urllib3>=1.25.9 # not directly required, pinned by Snyk to avoid a vulnerability
|
Loading…
x
Reference in New Issue
Block a user