From 479ce7a75b28e5031e9107c805338c8c0b7a104d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 20:56:09 +0000 Subject: [PATCH] Bump gunicorn from 20.1.0 to 22.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.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/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index c4998ae..51b9904 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -54,7 +54,7 @@ frozenlist==1.4.1 # aiosignal greenlet==3.0.3 # via sqlalchemy -gunicorn==20.1.0 +gunicorn==22.0.0 # via fastapi_app (pyproject.toml) h11==0.14.0 # via