From 41744beea4026afc5b00cc3d8580ba554de60794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:26:05 +0000 Subject: [PATCH] Bump gunicorn from 21.2.0 to 22.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index c0047f52f..d1b561abd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -493,22 +493,23 @@ typing = ["typing-extensions (>=4.8)"] [[package]] name = "gunicorn" -version = "21.2.0" +version = "22.0.0" description = "WSGI HTTP Server for UNIX" optional = false -python-versions = ">=3.5" +python-versions = ">=3.7" files = [ - {file = "gunicorn-21.2.0-py3-none-any.whl", hash = "sha256:3213aa5e8c24949e792bcacfc176fef362e7aac80b76c56f6b5122bf350722f0"}, - {file = "gunicorn-21.2.0.tar.gz", hash = "sha256:88ec8bff1d634f98e61b9f65bc4bf3cd918a90806c6f5c48bc5603849ec81033"}, + {file = "gunicorn-22.0.0-py3-none-any.whl", hash = "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9"}, + {file = "gunicorn-22.0.0.tar.gz", hash = "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63"}, ] [package.dependencies] 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]] @@ -1223,4 +1224,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "452886db3502c299aacf6921f148c571e699c1efcc1eb749c30f97c36bed626f" +content-hash = "486aa98b327d3dc848d64c9e1a2aad8bfa14092466578d597b52c709e328e8b8" diff --git a/pyproject.toml b/pyproject.toml index 9942c840a..7f9f7b092 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ django-filter = "24.2" django-prometheus = "2.3.1" django-simple-bulma = "2.6.0" djangorestframework = "3.14.0" -gunicorn = "21.2.0" +gunicorn = "22.0.0" httpx = "0.27.0" markdown = "3.6" PyJWT = {version = "2.8.0", extras = ["crypto"]}