From f00629933e881bfa4cb261e651b74a90072a168a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Dec 2025 11:05:57 +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-SQLPARSE-14157217 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443 --- backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 07eab2470..b2ce1a7ce 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -18,11 +18,11 @@ PyJWT==1.7.1 pytz==2019.1 requests==2.21.0 simplejson==3.16.0 -sqlparse==0.3.0 +sqlparse==0.5.4 uritemplate==3.0.0 psycopg2-binary==2.8.2 django-debug-toolbar==1.11 djoser==1.5.1 # latest compatible version of urllib3 -urllib3==1.24.3 +urllib3==2.6.0