diff --git a/backstage/templates/skeletons/python-flask/requirements.txt b/backstage/templates/skeletons/python-flask/requirements.txt index 5c83f649..7f6b76ae 100644 --- a/backstage/templates/skeletons/python-flask/requirements.txt +++ b/backstage/templates/skeletons/python-flask/requirements.txt @@ -1,2 +1,2 @@ -gunicorn==22.0.0 +gunicorn==23.0.0 Flask==2.2.5 diff --git a/backstage/templates/skeletons/python-wsgi/requirements.txt b/backstage/templates/skeletons/python-wsgi/requirements.txt index 5389b4df..4afe40e7 100644 --- a/backstage/templates/skeletons/python-wsgi/requirements.txt +++ b/backstage/templates/skeletons/python-wsgi/requirements.txt @@ -1 +1 @@ -gunicorn==22.0.0 +gunicorn==23.0.0