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