From eb11b952bf213a40dca29fb9808f9dc9e34a0f93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 03:29:31 +0000 Subject: [PATCH] Bump gunicorn from 20.1.0 to 21.2.0 in /backend Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 21.2.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...21.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 94d3c13..de11f8f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,7 +12,7 @@ click==8.1.3 ecdsa==0.18.0 fastapi==0.95.0 frozenlist==1.4.0 -gunicorn==20.1.0 +gunicorn==21.2.0 h11==0.14.0 httptools==0.5.0 idna==3.4