fix: requirements.txt to reduce vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-7886970
- https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-8715586
This commit is contained in:
snyk-bot 2025-02-27 15:35:51 +00:00
parent bd3cc20b78
commit 78acf288c1
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
1 changed files with 2 additions and 1 deletions

View File

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