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-GUNICORN-6615672
  • Loading branch information
snyk-bot committed Apr 18, 2024
1 parent 904439c commit f0aad38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-i https://pypi.org/simple
colorama
falcon==2.0.0
gunicorn==20.0.4
gunicorn==22.0.0
importlib_metadata
jsonschema==3.2.0
psycopg2==2.8.4
Expand Down

0 comments on commit f0aad38

Please sign in to comment.