fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6808933
This commit is contained in:
parent
72147e8ebe
commit
6dde18df78
|
|
@ -4,4 +4,5 @@ impacket>=0.10.0
|
||||||
psutil>=5.9.4
|
psutil>=5.9.4
|
||||||
requests>=2.28.1
|
requests>=2.28.1
|
||||||
toml>=0.10.2
|
toml>=0.10.2
|
||||||
Unidecode>=1.3.1
|
Unidecode>=1.3.1
|
||||||
|
werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||||
Loading…
Reference in New Issue