From fa7545276d68d626ccea5714989a52a0931e36f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Jun 2025 04:13: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-REQUESTS-10305723 --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index c91b639..146d823 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 +requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability