From a4edd9f05e55d747313cc2b46f8e0fa3821f4503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 13:13:32 +0000 Subject: [PATCH] Bump gunicorn from 21.2.0 to 22.0.0 in /src/collectors 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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/collectors/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collectors/requirements.txt b/src/collectors/requirements.txt index 7d57778c0..c7ab07520 100644 --- a/src/collectors/requirements.txt +++ b/src/collectors/requirements.txt @@ -6,7 +6,7 @@ Flask==3.0.2 Flask-Cors==4.0.1 Flask-RESTful==0.3.10 gevent==24.2.1 -gunicorn==21.2.0 +gunicorn==22.0.0 marshmallow==3.21.2 marshmallow-enum==1.5.1 PySocks==1.7.1