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-6150717
  • Loading branch information
snyk-bot committed Jan 11, 2024
1 parent 36eb825 commit c56b865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/requirements.txt
Expand Up @@ -14,7 +14,7 @@ flask-mongoengine==0.9.5
Flask-WTF==0.14.3
importlib-metadata==1.6.0
itsdangerous==1.1.0
Jinja2==2.11.2
Jinja2==3.1.3
jsonschema==3.2.0
loguru==0.4.1
MarkupSafe==1.1.1
Expand Down

0 comments on commit c56b865

Please sign in to comment.