From c349cd83a1260cf004c5de3389d61025e120ed24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 21:34:27 +0100 Subject: [PATCH] Bump gunicorn from 20.1.0 to 22.0.0 (#342) 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 5b9792e0..4cadd0d4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1104,22 +1104,23 @@ files = [ [[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]] @@ -2700,4 +2701,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "89c0a629d5ad285b9fd75de65f4d11737b830461751ead4f5621b8b51047023a" +content-hash = "4b9907f1dd71057f8813392b2b134ce5fdb2a0460c29bb618ef58e307d398d59" diff --git a/pyproject.toml b/pyproject.toml index f5e1f5ad..c0fcd531 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ django-redis-cache = "^3.0" django-storages = "~1.12" djangorestframework = "^3.13" pyotp = "2.3.0" -gunicorn = "^20.0.4" +gunicorn = "^22.0.0" boto3 = "^1.14.33" psycopg2-binary = "^2.8.5" django-filter = "^2.3.0"