From d15ad6e71ca9400a5a5618039601f4f80c0d0d6b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Mar 2025 04:44:27 +0000 Subject: [PATCH] fix: backend/backend/requirement.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-9296408 --- backend/backend/requirement.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/backend/requirement.txt b/backend/backend/requirement.txt index 38669c90..adde4fe2 100644 --- a/backend/backend/requirement.txt +++ b/backend/backend/requirement.txt @@ -1,6 +1,6 @@ aniso8601==7.0.0 asgiref==3.2.3 -Django==3.0.2 +Django==4.2.20 django-cors-headers==3.2.1 django-graphql-jwt==0.3.0 djangorestframework==3.11.0