From 600ce5123d6ecdc9538112cdf36c3a3020669a90 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Nov 2024 05:15:44 +0000 Subject: [PATCH] fix: app/ch15_deploy/starter/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/ch15_deploy/starter/requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/ch15_deploy/starter/requirements-dev.txt b/app/ch15_deploy/starter/requirements-dev.txt index 33814720..7b03a064 100644 --- a/app/ch15_deploy/starter/requirements-dev.txt +++ b/app/ch15_deploy/starter/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