From 2ff7d6adfd9cc5a2c63f4f2c45ea7537b1d15a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:50:41 +0000 Subject: [PATCH] Bump gunicorn from 19.9.0 to 22.0.0 in /frameworks/Python/bottle 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-type: direct:production ... Signed-off-by: dependabot[bot] --- frameworks/Python/bottle/requirements-pypy.txt | 2 +- frameworks/Python/bottle/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/Python/bottle/requirements-pypy.txt b/frameworks/Python/bottle/requirements-pypy.txt index c42dadb2ef0..c2bfd853870 100644 --- a/frameworks/Python/bottle/requirements-pypy.txt +++ b/frameworks/Python/bottle/requirements-pypy.txt @@ -1,6 +1,6 @@ bottle==0.12.19 bottle-sqlalchemy==0.4.3 -gunicorn==19.9.0 +gunicorn==22.0.0 PyMySQL==0.8.0 SQLAlchemy==1.3.0 tornado==4.5.3 diff --git a/frameworks/Python/bottle/requirements.txt b/frameworks/Python/bottle/requirements.txt index 75f9c033488..1c6d057b06d 100644 --- a/frameworks/Python/bottle/requirements.txt +++ b/frameworks/Python/bottle/requirements.txt @@ -1,7 +1,7 @@ bottle==0.12.19 bottle-sqlalchemy==0.4.3 greenlet==0.4.14 -gunicorn==19.9.0 +gunicorn==22.0.0 meinheld==0.6.1 mysqlclient==1.3.12 SQLAlchemy==1.3.0