From 1aa087bc68607e63ca750f27053fce60d3816c49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 05:09:24 +0000 Subject: [PATCH] Bump gunicorn from 19.9.0 to 23.0.0 in /frameworks/Python/eve Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.9.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frameworks/Python/eve/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/Python/eve/requirements.txt b/frameworks/Python/eve/requirements.txt index f054d6baf97..2c6a2ed001c 100644 --- a/frameworks/Python/eve/requirements.txt +++ b/frameworks/Python/eve/requirements.txt @@ -1,7 +1,7 @@ click==6.7 Flask==1.0 greenlet==0.4.14 -gunicorn==19.9.0 +gunicorn==23.0.0 itsdangerous==0.24 meinheld==1.0.2 uWSGI==2.0.22