From f5650b3c888daed6ac9a2a0ccfd3187e1f012232 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Jun 2025 09:26:06 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bac6f40..781ddeb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ plaster-pastedeploy==0.7 pymongo==3.10.1 pyoai==2.5.0 pyramid==1.10.4 -requests==2.23.0 +requests==2.32.4 six==1.14.0 translationstring==1.3 urllib3==1.25.8