From f3b80f9a474e47230b6b50e17365e4e3662898dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Oct 2024 05:50:40 +0000 Subject: [PATCH] fix: app/ch16_mongodb/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/ch16_mongodb/final/requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/ch16_mongodb/final/requirements-dev.txt b/app/ch16_mongodb/final/requirements-dev.txt index 33814720..7b03a064 100644 --- a/app/ch16_mongodb/final/requirements-dev.txt +++ b/app/ch16_mongodb/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