From 9d7ea4c8595acecbce98b8d31d1cde108645e592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 15:08:25 +0000 Subject: [PATCH] Update gunicorn requirement in /backend Updates the requirements on [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. - [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 ... 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 7a081d5..bdfdcce 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ setproctitle>=1.2.2,<1.4.0 SQLAlchemy>=1.4.27,<2.1.0 # production runner -gunicorn>=20.1.0,<20.2.0 +gunicorn>=20.1.0,<21.3.0 # profiling and checking newrelic>=7.2.2,<8.8.0