mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-14 21:18:06 +00:00
fix: scripts/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PSUTIL-483082
This commit is contained in:
@ -3,5 +3,5 @@ cx_Freeze==5.1.1
|
|||||||
requests==2.21.0
|
requests==2.21.0
|
||||||
packaging==19.0
|
packaging==19.0
|
||||||
appdirs==1.4.3
|
appdirs==1.4.3
|
||||||
psutil==5.6.6
|
psutil==5.6.7
|
||||||
jsonschema==2.6.0 # lock down jsonschema, 3.0 makes problems
|
jsonschema==2.6.0 # lock down jsonschema, 3.0 makes problems
|
||||||
|
Reference in New Issue
Block a user