From 1ae7354fec1c3c5f3b9685f3c89af26f4db80078 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Jan 2026 03:23:25 +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-14896210 --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index c91b639..96d66fd 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,3 +7,4 @@ djangorestframework-oauth>=1.0.1 gunicorn>=0.17.4 html2text>=2016.1.8 pytz>=2012f +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability