From a172d128840909f54bbd07c8e46c9ed53715c010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 08:51:12 +0000 Subject: [PATCH] Bump gunicorn from 22.0.0 to 23.0.0 in /src/publishers Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/publishers/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/publishers/requirements.txt b/src/publishers/requirements.txt index f6242e5c..6f231623 100644 --- a/src/publishers/requirements.txt +++ b/src/publishers/requirements.txt @@ -3,7 +3,7 @@ Flask==3.0.3 Flask-Cors==4.0.1 Flask-RESTful==0.3.10 gevent==24.2.1 -gunicorn==22.0.0 +gunicorn==23.0.0 marshmallow==3.21.3 marshmallow-enum==1.5.1 oauth2client==4.1.3