From 08e1c75b1062a77bc04d516264b9585b4b8a51ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 15:00:54 +0000 Subject: [PATCH] fix: locust_chalice/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6035177 --- locust_chalice/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/locust_chalice/requirements.txt b/locust_chalice/requirements.txt index a04f24d..d94c71c 100644 --- a/locust_chalice/requirements.txt +++ b/locust_chalice/requirements.txt @@ -3,3 +3,4 @@ gevent == 1.2.2 invokust git+git://github.com/HumanCellAtlas/dcp-cli#egg=hca git+git://github.com/HumanCellAtlas/dcp-pyjsongen@master#egg=pyjsongen +werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability