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-6041510
  • Loading branch information
snyk-bot committed Nov 2, 2023
1 parent 36eb825 commit 02db042
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.1
WTForms==2.3.1
zipp==3.1.0

0 comments on commit 02db042

Please sign in to comment.