From 5ede0bdc685766680c405c545dceda85cb2827a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Mar 2025 07:32:59 +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-9510910 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0448f4c..1496c4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ django-filter==2.4.0 djangorestframework==3.12.4 git+https://github.com/jdkizer9/django-easy-audit@b8de43caa9de35c92c72acf5d934e5e465474b80 django-session-security==2.6.6 -gunicorn==20.1.0 +gunicorn==23.0.0 psycopg2-binary==2.8.6 pycparser==2.20 pytz==2021.1