From 0fb6f467032fbac722f52951a27348e0901a3b44 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 01:52:03 +0000 Subject: [PATCH] fix: tests/requirements.testing.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6035177 --- tests/requirements.testing.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/requirements.testing.txt b/tests/requirements.testing.txt index 7517bd8..6f2f03c 100644 --- a/tests/requirements.testing.txt +++ b/tests/requirements.testing.txt @@ -12,4 +12,5 @@ pytest>=6.2.5 pytest-asyncio>=0.16.0 anyio>=3.3.1 black>=21.12b0 -isort>=5.10.1 \ No newline at end of file +isort>=5.10.1 +werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file