From c9ae143224d25eb50854337c4d7a0766d9834e26 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jun 2025 00:16:50 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index c91b639..790e301 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.5.0 # not directly required, pinned by Snyk to avoid a vulnerability