From 620a9ecdc584f11a39d446246be4d388a2f128ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:15:47 +0000 Subject: [PATCH] Update gunicorn requirement from <20.2,>=20.0 to >=20.0,<21.3 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.0.0...21.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86fecce5..a305b631 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ online = [ "flask-cors>=3.0,<3.1", "panoptes-client>=1.6,<1.7", "requests>=2.28,<2.32", - "gunicorn>=20.0,<20.2", + "gunicorn>=20.0,<21.3", "sentry-sdk[flask]>=1.0,<1.30", "newrelic>=8.4.0,<9.1.2", "gitpython>=3.0.0,<3.2"