From 371d53c07ee5d63bfcb968fd8ba599871e5e2161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 13:17:42 +0000 Subject: [PATCH] build(deps): bump gunicorn in the other-dependencies group Bumps the other-dependencies group with 1 update: [gunicorn](https://github.com/benoitc/gunicorn). Updates `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 dependency-group: other-dependencies ... 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 61e56a4..c9b4aef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1450,13 +1450,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] @@ -3752,4 +3752,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "905d15de07c60bcc35e68d7374afa25594794e4c90a3c937a48219567220f828" +content-hash = "b03a359a367a1077c1bc83cb2a6bc18b42c75f32551392b7c354ef7191e27f89" diff --git a/pyproject.toml b/pyproject.toml index 3ed757d..6b88676 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ pyaml-env = "1.2.1" python-dotenv = "1.0.1" hexbytes = "1.2.1" semantic-version = "2.10.0" -gunicorn = "^22.0.0" +gunicorn = ">=22,<24" requests = "^2.32.3" flower = "^2.0.1" types-requests = "^2.32.0.20240622"