From 31596fdf8a2b0b1cec6c063d5d1724db5eaccb0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Mar 2025 08:35:05 +0000 Subject: [PATCH] fix: requirements/production.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-9510910 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 45d0df88..a89497fa 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,7 +3,7 @@ -r base.txt gevent==24.2.1 # http://www.gevent.org/ -gunicorn==21.2.0 # https://github.com/benoitc/gunicorn +gunicorn==23.0.0 # https://github.com/benoitc/gunicorn psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2 sentry-sdk==1.43.0 # https://github.com/getsentry/sentry-python