From 0150b09c76522f0f490e95a96bc5e571408a93c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Mar 2024 20:45:54 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-6370660 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 514de221..ba6b3d4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ http://downloads.sourceforge.net/project/dbfpy/dbfpy/2.2.5/dbfpy-2.2.5.tar.gz BeautifulSoup==3.2.0 celery-with-redis==3.0 -Django==2.2.24 +Django==3.2.25 PIL==1.1.7 South==0.7.5 Unidecode==0.04.9