From c76b7c8949c468cadc5da1f58770a72ee9882de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 03:58:40 +0000 Subject: [PATCH] Bump gunicorn in /community/boilerplates/auth-webhooks/python-flask Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.9.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../boilerplates/auth-webhooks/python-flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/boilerplates/auth-webhooks/python-flask/requirements.txt b/community/boilerplates/auth-webhooks/python-flask/requirements.txt index 4467fe6d5e7c9..c5b0244958373 100644 --- a/community/boilerplates/auth-webhooks/python-flask/requirements.txt +++ b/community/boilerplates/auth-webhooks/python-flask/requirements.txt @@ -1,6 +1,6 @@ Click==7.0 Flask==1.0.2 -gunicorn==19.9.0 +gunicorn==22.0.0 itsdangerous==0.24 Jinja2==2.10 MarkupSafe==1.0