fix: requirements.txt to reduce vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309091
- https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309092
This commit is contained in:
snyk-bot 2024-11-02 05:39:35 +00:00
parent 139d7a1097
commit 39e12ccd8c
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ psutil>=5.9.4
requests>=2.28.1
toml>=0.10.2
Unidecode>=1.3.1
werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability
werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability