From dda34c84cf1c7ff718bd44ebd92992b169bea561 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Oct 2025 08:54:18 +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-DJANGOCELERYRESULTS-598234 --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 773b1bd..21b1ac7 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -3,7 +3,7 @@ celery==5.1.2 confusable-homoglyphs==3.2.0 Django==3.2.6 django-braces==1.15.0 -django-celery-results==2.2.0 +django-celery-results==2.4.0 psycopg2-binary==2.9.1 pytz==2021.1 pymongo==3.12.1