From 14957ae9e4fee933afdb5b365025573f3f0b16dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 05:09:22 +0000 Subject: [PATCH] Bump gunicorn from 20.0.4 to 23.0.0 in /frameworks/Python/apidaora Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.0.4...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frameworks/Python/apidaora/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/Python/apidaora/requirements.txt b/frameworks/Python/apidaora/requirements.txt index 4fec7b15d4f..532c2b27bdd 100644 --- a/frameworks/Python/apidaora/requirements.txt +++ b/frameworks/Python/apidaora/requirements.txt @@ -1,5 +1,5 @@ asyncpg==0.21.0 -gunicorn==20.0.4 +gunicorn==23.0.0 jinja2==3.1.6 uvloop==0.14.0 uvicorn==0.11.7