From e4607a22587da2e9736905f40154364201facb33 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 12:17:07 +0000 Subject: [PATCH] Update dependency gunicorn to v23 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- templates/python/flask/requirements.txt | 2 +- templates/python/wsgi/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/python/flask/requirements.txt b/templates/python/flask/requirements.txt index 1d14f416b3..7f6b76ae21 100644 --- a/templates/python/flask/requirements.txt +++ b/templates/python/flask/requirements.txt @@ -1,2 +1,2 @@ -gunicorn==20.1.0 +gunicorn==23.0.0 Flask==2.2.5 diff --git a/templates/python/wsgi/requirements.txt b/templates/python/wsgi/requirements.txt index 9d41f264a6..4afe40e70c 100644 --- a/templates/python/wsgi/requirements.txt +++ b/templates/python/wsgi/requirements.txt @@ -1 +1 @@ -gunicorn==20.1.0 +gunicorn==23.0.0