From 82df05c0f01efdc4bd84a09e16c21620ebe82da4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Apr 2024 22:47:24 +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-6615672 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 514de221..17ce4275 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==22.0.0 psycopg2==2.4.1 python-omgeo==1.4.1 simplejson==2.3.2