Skip to content

Commit

Permalink
fix: 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 Oct 29, 2024
1 parent ea84579 commit 52dd627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r base.txt

Werkzeug==2.2.2 # https://github.com/pallets/werkzeug
Werkzeug==3.0.6 # https://github.com/pallets/werkzeug
ipdb==0.13.9 # https://github.com/gotcha/ipdb
psycopg2==2.9.5 # https://github.com/psycopg/psycopg2

Expand Down

0 comments on commit 52dd627

Please sign in to comment.