From dcf3bd3ae5064e4878194d5b5e37b43082a2169c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Nov 2025 09:23:07 +0000 Subject: [PATCH] fix: app/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-13836728 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-13837025 --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 773b1bd..e27958f 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.4.1 celery==5.1.2 confusable-homoglyphs==3.2.0 -Django==3.2.6 +Django==4.2.26 django-braces==1.15.0 django-celery-results==2.2.0 psycopg2-binary==2.9.1