From 4d0d2828c84e0ae36daa18d5ce977b6f508681ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Apr 2024 00:11: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-GUNICORN-6615672 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eb5eee6..c3b6e40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ django-allauth==0.54.0 django-rest-auth==0.9.5 Django==3.2.18 djangorestframework==3.12.4 -gunicorn==20.0.4 +gunicorn==22.0.0 psycopg2-binary==2.9.5 Pygments==2.9.0 PyYAML==5.4.1