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:
snyk-bot 2024-05-07 00:13:19 +00:00
parent 72147e8ebe
commit 6dde18df78
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
1 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,5 @@ impacket>=0.10.0
psutil>=5.9.4
requests>=2.28.1
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