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-JINJA2-8548181
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-8548987
  • Loading branch information
snyk-bot committed Dec 25, 2024
1 parent 411d224 commit 8f6e3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==0.11.1
Flask-Login==0.3.2
Jinja2==2.8
Jinja2==3.1.5
MarkupSafe==0.23
PyYAML==3.11
SQLAlchemy==1.0.13
Expand Down

0 comments on commit 8f6e3d5

Please sign in to comment.