From e3b7f3d463d7b8baaeed74743f93e4df110662ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:31:46 +0000 Subject: [PATCH] Bump gunicorn from 21.2.0 to 22.0.0 in /src 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 ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 268b495..2a3ce96 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -5,4 +5,4 @@ opencensus-ext-azure opencensus opencensus-ext-logging opencensus-ext-flask -gunicorn==21.2.0 \ No newline at end of file +gunicorn==22.0.0 \ No newline at end of file