From e5131c9b9ccd5be58926df254356c5ca3159c147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 10:25:39 +0900 Subject: [PATCH] Update gunicorn requirement from <22,>=20 to >=20,<23 (#1073) 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...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kazuhiro Sera --- requirements/adapter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/adapter.txt b/requirements/adapter.txt index 473735e36..d35a5f2cf 100644 --- a/requirements/adapter.txt +++ b/requirements/adapter.txt @@ -18,5 +18,5 @@ sanic>=22,<24; python_version>"3.6" starlette>=0.14,<1 tornado>=6,<7 uvicorn<1 # The oldest version can vary among Python runtime versions -gunicorn>=20,<22 +gunicorn>=20,<23 websocket_client>=1.2.3,<2 # Socket Mode 3rd party implementation