Skip to content

Commit

Permalink
fix: requirements/base.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 7, 2024
1 parent 74790d6 commit 7b519fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gevent-websocket==0.10.1
flask-socketio==5.3.3

# Query templating
Jinja2==3.1.3 # From Flask
Jinja2==3.1.4 # From Flask

# Celery
celery==5.2.7
Expand Down

0 comments on commit 7b519fe

Please sign in to comment.