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-JINJA2-6809379
  • Loading branch information
snyk-bot committed May 8, 2024
1 parent c9a893e commit 15b37b6
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 @@ -3,7 +3,7 @@ decorator==4.4.2
Flask==2.3.2
Flask-Cors==3.0.9
itsdangerous==1.1.0
Jinja2==2.11.3
Jinja2==3.1.4
MarkupSafe==1.1.1
networkx==2.6
numpy==1.22.2
Expand Down

0 comments on commit 15b37b6

Please sign in to comment.