From 830e9061185f2298ed89dae77a62bcda8ad1f15f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:19:59 +0000 Subject: [PATCH] chore(deps): bump gunicorn from 20.1.0 to 21.2.0 in /api Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 21.2.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...21.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api/poetry.lock | 10 +++++----- api/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 08c72953..1fcf5159 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -587,17 +587,17 @@ pyrepl = ">=0.8.2" [[package]] name = "gunicorn" -version = "20.1.0" +version = "21.2.0" description = "WSGI HTTP Server for UNIX" optional = false python-versions = ">=3.5" 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-21.2.0-py3-none-any.whl", hash = "sha256:3213aa5e8c24949e792bcacfc176fef362e7aac80b76c56f6b5122bf350722f0"}, + {file = "gunicorn-21.2.0.tar.gz", hash = "sha256:88ec8bff1d634f98e61b9f65bc4bf3cd918a90806c6f5c48bc5603849ec81033"}, ] [package.dependencies] -setuptools = ">=3.0" +packaging = "*" [package.extras] eventlet = ["eventlet (>=0.24.1)"] @@ -1750,4 +1750,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "24e8392e9f4a76c03eec775d7bd84bbeda72a5c26161784e9a35f2b5a4e3917a" +content-hash = "925161173b8df603d6d539d601c4234aba0a8021edf4389bd1bb1182c67ca759" diff --git a/api/pyproject.toml b/api/pyproject.toml index 9985ba5b..4f273166 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -14,7 +14,7 @@ psycopg2-binary = "^2.9.9" djangorestframework = "^3.14.0" djangorestframework-jsonapi = "^6.1.0" django-filter = "^23.3" -gunicorn = "^20.1.0" +gunicorn = "^21.2.0" semver = "^3.0.0" # pyaml = "^21.10.1" mozilla-django-oidc = "^3.0.0"