From 0b3a9e0af93a495045eb241b03c8a089b95b52a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 08:19:02 +0000 Subject: [PATCH] Update gunicorn[eventlet] requirement from ~=21.2 to ~=22.0 Updates the requirements on [gunicorn[eventlet]](https://github.com/benoitc/gunicorn) to permit the latest version. - [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[eventlet] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 826b7d7..9c5056f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ bootstrap-flask~=2.4 flask~=3.0 flask-limiter[redis]~=3.5 flask-wtf~=1.2 -gunicorn[eventlet]~=21.2 +gunicorn[eventlet]~=22.0 python-dateutil~=2.9 requests~=2.31