From 3b6d9d95f7f167a10bd9df84a51c781b8ece028f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:20:27 +0000 Subject: [PATCH] Bump gunicorn from 20.1.0 to 22.0.0 in /python Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirement.txt | 2 +- python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirement.txt b/python/requirement.txt index df89b65..d5bccf1 100644 --- a/python/requirement.txt +++ b/python/requirement.txt @@ -4,7 +4,7 @@ click==8.1.3 flask==2.1.0 greenlet==1.1.3 greenletio==0.9.0 -gunicorn==20.1.0 +gunicorn==22.0.0 h11==0.13.0 importlib-metadata==4.12.0 itsdangerous==2.1.2 diff --git a/python/setup.py b/python/setup.py index 8cfcd7b..780d6ec 100644 --- a/python/setup.py +++ b/python/setup.py @@ -25,7 +25,7 @@ 'flask==2.1.0', 'greenlet==1.1.3', 'greenletio==0.9.0', - 'gunicorn==20.1.0', + 'gunicorn==22.0.0', 'h11==0.13.0', 'importlib-metadata==4.12.0', 'itsdangerous==2.1.2',