From 44b2c74cdd2118d0e40ed2e8fc0f78c8fd71fadf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 14:19:51 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6035177 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 404e326..610ec14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ iso3166==1.0.1 pytz==2020.4 isbnlib==3.10.4 py-moneyed==0.8.0 -schwifty==2020.11.0 \ No newline at end of file +schwifty==2020.11.0 +werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file