From afb31ba23a107b37379544a9798bf6d17be78f43 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 01:23:05 +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-DJANGO-8456315 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-8456316 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c91b639..62d3c76 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -Django>=1.8.6 +Django>=4.2.17 django-cors-headers>=0.13 djangorestframework>=3.3.1 django-oauth-toolkit>=0.9.0