Skip to content

Commit

Permalink
fix: jobs/sentiment-analysis/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 edc8baa commit 1d7c4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/sentiment-analysis/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Flask-Migrate==4.0.4
Flask-SQLAlchemy==3.0.5
Flask==2.3.2
Jinja2==3.1.2
Jinja2==3.1.3
Mako==1.2.4
MarkupSafe==2.1.3
PyYAML==6.0
Expand Down

0 comments on commit 1d7c4cf

Please sign in to comment.