Skip to content

Commit

Permalink
fix: api/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 36eb825 commit f69d47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ six==1.14.0
toml==0.10.0
typed-ast==1.4.1
wcwidth==0.1.9
Werkzeug==1.0.1
Werkzeug==3.0.3
WTForms==2.3.1
zipp==3.1.0

0 comments on commit f69d47d

Please sign in to comment.