Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6808933
  • Loading branch information
snyk-bot committed May 6, 2024
1 parent c437c0f commit 957bae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -3,7 +3,7 @@ connexion==2.14.2
Flask==2.2.5
Flask-Cors==3.0.10
tinydb==4.8.0
Werkzeug==2.2.3
Werkzeug==3.0.3

# Misc utils
setuptools==69.2.0
Expand Down

0 comments on commit 957bae2

Please sign in to comment.