From 480084e37663870cc3305470cbb7056fc01e779e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Oct 2024 02:56:03 +0000 Subject: [PATCH] fix: benchmarks/requirements.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 --- benchmarks/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/requirements.txt b/benchmarks/requirements.txt index 5dc157c..fe65a6d 100644 --- a/benchmarks/requirements.txt +++ b/benchmarks/requirements.txt @@ -1,2 +1,3 @@ locust==1.4.1 redis==3.5.3 +werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability