From b2141a8a93b8fdca24153b51603c835af18c4373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:33:30 +0000 Subject: [PATCH] Bump gunicorn from 22.0.0 to 23.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ca1ac36..5d4fdfc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -585,13 +585,13 @@ typing = ["typing-extensions (>=4.8)"] [[package]] name = "gunicorn" -version = "22.0.0" +version = "23.0.0" description = "WSGI HTTP Server for UNIX" optional = false python-versions = ">=3.7" files = [ - {file = "gunicorn-22.0.0-py3-none-any.whl", hash = "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9"}, - {file = "gunicorn-22.0.0.tar.gz", hash = "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63"}, + {file = "gunicorn-23.0.0-py3-none-any.whl", hash = "sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d"}, + {file = "gunicorn-23.0.0.tar.gz", hash = "sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec"}, ] [package.dependencies] @@ -1328,4 +1328,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fad4758590f5afe3b25d65d1d58f1af5d8f5387fc5f722371d01d57d852fc444" +content-hash = "68329e2e7445e275c03e259d38ab8905aef8d6ebda8570fd90b8684d4eec85f7" diff --git a/pyproject.toml b/pyproject.toml index 19c7f21..e9b1c24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ psycopg = {version = "3.2.1", extras = ["binary", "pool"]} dbca-utils = "2.0.2" python-dotenv = "1.0.1" dj-database-url = "2.2.0" -gunicorn = "22.0.0" +gunicorn = "23.0.0" django-extensions = "3.2.3" django-tastypie = "0.14.7" django-geojson = "4.1.0"