From a571acfe50e172a09746342ad1b332d21ebc5b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 16:40:04 +0000 Subject: [PATCH] Bump gunicorn from 22.0.0 to 23.0.0 in /backend 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] --- backend/poetry.lock | 8 ++++---- backend/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 95bab7bd..a21020b9 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -444,13 +444,13 @@ test = ["objgraph", "psutil"] [[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] @@ -1711,4 +1711,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<4.0" -content-hash = "1d427b2b1da000e7b784e8da735578f3fc8bb2f9e859a684fd04bf5c76cf7df3" +content-hash = "5228b38ac15d32e24a83d31f6cf9eb518ac75bbf635de8369c5f438121b33e22" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 0372d5fd..126e0994 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -27,7 +27,7 @@ flask = "^3.0.3" cachetools = "^5.4.0" meilisearch = "^0.31.4" pillow = "^10.4.0" -gunicorn = "^22.0.0" +gunicorn = "^23.0.0" apispec = "^6.6.1" apispec-webframeworks = "^1.1.0" prometheus-client = "^0.20.0"