From 3aa161913f4d341aaba2140f062913b975cdb099 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Sep 2024 06:50:11 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-7856105 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 514de221..cccea197 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ django-threadedcomments==0.5.3 django-pipeline==1.1.27 feedparser==5.1 geopy==0.94.1 -gunicorn==19.4.0 +gunicorn==21.2.0 psycopg2==2.4.1 python-omgeo==1.4.1 simplejson==2.3.2