Skip to content

Commit

Permalink
fix: backend/requirements/local.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-WERKZEUG-8309091
- https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309092
  • Loading branch information
snyk-bot committed Nov 3, 2024
1 parent e7e6d9f commit eeec7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r ./base.txt

Werkzeug==1.0.1 # https://github.com/pallets/werkzeug
Werkzeug==3.0.6 # https://github.com/pallets/werkzeug
ipdb==0.13.3 # https://github.com/gotcha/ipdb
Sphinx==3.1.1 # https://github.com/sphinx-doc/sphinx
psycopg2-binary==2.8.5 # https://github.com/psycopg/psycopg2
Expand Down

0 comments on commit eeec7cc

Please sign in to comment.