From 8d79b1462d400cf7e404310b3ff134e7aa395a27 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jun 2024 02:42:04 +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-7267250 --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index c91b639..b186c9f 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.2.2 # not directly required, pinned by Snyk to avoid a vulnerability