From 847dfd13217bc3e65b9a4f385ae64e9c276784da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 12:41:50 +0000 Subject: [PATCH] Bump gunicorn from 22.0.0 to 23.0.0 in /examples/benchmark (#291) #nolog Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/benchmark/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/benchmark/requirements.txt b/examples/benchmark/requirements.txt index 71cc9a1..cd1bf68 100644 --- a/examples/benchmark/requirements.txt +++ b/examples/benchmark/requirements.txt @@ -32,7 +32,7 @@ flask==3.0.0 # via # -r requirements.in # quart -gunicorn==22.0.0 +gunicorn==23.0.0 # via -r requirements.in h11==0.14.0 # via