From 5d6e838f3cfe31cc6f72ea387fdce7684d5d7423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 23:52:37 +0100 Subject: [PATCH] Bump gunicorn from 21.2.0 to 22.0.0 in /examples/benchmark (#224) #nolog Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.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 e1ae6b2..f7a9358 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==21.2.0 +gunicorn==22.0.0 # via -r requirements.in h11==0.14.0 # via