From 9ec607a7377becdd92ed099b3f50f6a64a5a0028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 17:15:26 +0200 Subject: [PATCH] chore(deps): bump gunicorn from 20.1.0 to 22.0.0 (#1336) 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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 15 ++++++++------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index fa626ab0a9..55af3bb357 100644 --- a/poetry.lock +++ b/poetry.lock @@ -993,22 +993,23 @@ protobuf = ["grpcio-tools (>=1.59.3)"] [[package]] name = "gunicorn" -version = "20.1.0" +version = "22.0.0" description = "WSGI HTTP Server for UNIX" optional = false -python-versions = ">=3.5" +python-versions = ">=3.7" files = [ - {file = "gunicorn-20.1.0-py3-none-any.whl", hash = "sha256:9dcc4547dbb1cb284accfb15ab5667a0e5d1881cc443e0677b4882a4067a807e"}, - {file = "gunicorn-20.1.0.tar.gz", hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8"}, + {file = "gunicorn-22.0.0-py3-none-any.whl", hash = "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9"}, + {file = "gunicorn-22.0.0.tar.gz", hash = "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63"}, ] [package.dependencies] -setuptools = ">=3.0" +packaging = "*" [package.extras] -eventlet = ["eventlet (>=0.24.1)"] +eventlet = ["eventlet (>=0.24.1,!=0.36.0)"] gevent = ["gevent (>=1.4.0)"] setproctitle = ["setproctitle"] +testing = ["coverage", "eventlet", "gevent", "pytest", "pytest-cov"] tornado = ["tornado (>=0.2)"] [[package]] @@ -3837,4 +3838,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "298b705a9d3d3b04e0fa25720e12686b76db02aa3f73e03e6b86a0b4e369daef" +content-hash = "8585b2fb2764bf21d6861742eec530cd1a897208e548cabec4c259de0b8aa740" diff --git a/pyproject.toml b/pyproject.toml index aca9dbfb30..1ca4e8f8af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ python = "^3.11" requests = "~2.31.0" peewee = "~3.16.3" psycopg2-binary = "~2.9.1" -gunicorn = "~20.1.0" +gunicorn = ">=20.1,<22.1" falcon = "~3.1.3" elasticsearch = "~8.5.3" pymongo = ">=4.5,<4.7"