From e818ed786fa52e8d2207c1d03fbdca233b63666c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 13:18:05 +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 63e5af16c..4071f2c13 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