From eeec7ccc3b9252a8e6267f56c9c5f1a13c8a6725 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Nov 2024 05:51:09 +0000 Subject: [PATCH] fix: backend/requirements/local.txt to reduce vulnerabilities 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 --- backend/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/local.txt b/backend/requirements/local.txt index c95ba9e1..d552d689 100644 --- a/backend/requirements/local.txt +++ b/backend/requirements/local.txt @@ -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