From 6bf8a79bf7b419bb24d1630e9c56c17ea24aab63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 02:21:59 +0000 Subject: [PATCH] chore(deps): bump gunicorn Bumps the pip group with 1 update in the /scaffold/cookiecutter-flask/{{cookiecutter.project_slug}} directory: [gunicorn](https://github.com/benoitc/gunicorn). Updates `gunicorn` from 21.2.0 to 23.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- .../{{cookiecutter.project_slug}}/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scaffold/cookiecutter-flask/{{cookiecutter.project_slug}}/requirements.txt b/scaffold/cookiecutter-flask/{{cookiecutter.project_slug}}/requirements.txt index adafe9a..67f09a7 100644 --- a/scaffold/cookiecutter-flask/{{cookiecutter.project_slug}}/requirements.txt +++ b/scaffold/cookiecutter-flask/{{cookiecutter.project_slug}}/requirements.txt @@ -1,3 +1,3 @@ Flask==3.0.0 python-dotenv==1.0.0 -gunicorn==21.2.0 \ No newline at end of file +gunicorn==23.0.0 \ No newline at end of file