From c18e5109c5f54742a94a6e1fa2784ad09f4501a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Nov 2024 05:25:11 +0000 Subject: [PATCH] fix: app/ch14_testing/final/requirements-dev.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WAITRESS-8309635 - https://snyk.io/vuln/SNYK-PYTHON-WAITRESS-8309636 --- app/ch14_testing/final/requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/ch14_testing/final/requirements-dev.txt b/app/ch14_testing/final/requirements-dev.txt index 33814720..7b03a064 100644 --- a/app/ch14_testing/final/requirements-dev.txt +++ b/app/ch14_testing/final/requirements-dev.txt @@ -6,3 +6,4 @@ pytest pytest-cov webtest pytest-clarity +waitress>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability