From 14067852fc303a875ce6f0cabe0e150a739a6a1a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 02:52:06 +0000 Subject: [PATCH] fix: backend/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index b7b539e..50386e7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -17,4 +17,4 @@ bcrypt==3.2.0 sqlalchemy-utils==0.36.8 python-multipart==0.0.5 pyjwt==1.7.1 -urllib3>=1.26.5 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file