From 45637b0de6d19e4b2a90c89645a73c6abc700b55 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Jun 2024 06:24:51 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYMONGO-7172112 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 78a52b0..f443153 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ PasteDeploy==2.1.0 plaster==1.0 plaster-pastedeploy==0.7 prometheus-client==0.7.1 -pymongo==3.10.1 +pymongo==4.6.3 pyramid==1.10.4 python-Levenshtein==0.12.0 python-slugify==4.0.0