From b4023fa2e7ec80bbe2376b30deb8e39803ea25a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 May 2024 04:48:26 +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-6808933 --- 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..d18b762f 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.3 # 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