From 7d368e5401463ff97a355fd1172747a3775c804b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Dec 2025 07:15:14 +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-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 07eab2470..d4c8134f1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -25,4 +25,4 @@ django-debug-toolbar==1.11 djoser==1.5.1 # latest compatible version of urllib3 -urllib3==1.24.3 +urllib3==2.6.0