From 2323372e2c689eaced7c3fa7c5fae7d1b12ce761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:07:22 +0000 Subject: [PATCH] Bump gunicorn from 19.9.0 to 22.0.0 in /tests/eventlet 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] --- tests/eventlet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/eventlet/requirements.txt b/tests/eventlet/requirements.txt index 1e2ea66b..a4b189ba 100644 --- a/tests/eventlet/requirements.txt +++ b/tests/eventlet/requirements.txt @@ -3,7 +3,7 @@ enum-compat==0.0.2 eventlet==0.24.1 Flask==2.2.5 greenlet==0.4.14 -gunicorn==19.9.0 +gunicorn==22.0.0 itsdangerous==0.24 Jinja2==2.10 MarkupSafe==1.1.1