From 2d5663e158e89626a3bca227264aa2f9b6ccc9d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 14:18:46 +0000 Subject: [PATCH] build(deps): bump gunicorn from 25.3.0 to 26.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.3.0 to 26.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.3.0...26.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 17 ++++++++--------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8f8b990..74d87b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aniso8601" @@ -589,26 +589,25 @@ email = ["email-validator"] [[package]] name = "gunicorn" -version = "25.3.0" +version = "26.0.0" description = "WSGI HTTP Server for UNIX" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "gunicorn-25.3.0-py3-none-any.whl", hash = "sha256:cacea387dab08cd6776501621c295a904fe8e3b7aae9a1a3cbb26f4e7ed54660"}, - {file = "gunicorn-25.3.0.tar.gz", hash = "sha256:f74e1b2f9f76f6cd1ca01198968bd2dd65830edc24b6e8e4d78de8320e2fe889"}, + {file = "gunicorn-26.0.0-py3-none-any.whl", hash = "sha256:40233d26a5f0d1872916188c276e21641155111c2853f0c2cd55260aec0d24fc"}, + {file = "gunicorn-26.0.0.tar.gz", hash = "sha256:ca9346f85e3a4aeeb64d491045c16b9a35647abd37ea15efe53080eb8b090baf"}, ] [package.dependencies] packaging = "*" [package.extras] -eventlet = ["eventlet (>=0.40.3)"] -fast = ["gunicorn_h1c (>=0.6.3)"] +fast = ["gunicorn_h1c (>=0.6.5)"] gevent = ["gevent (>=24.10.1)"] http2 = ["h2 (>=4.1.0)"] setproctitle = ["setproctitle"] -testing = ["coverage", "eventlet (>=0.40.3)", "gevent (>=24.10.1)", "h2 (>=4.1.0)", "httpx[http2]", "pytest", "pytest-asyncio", "pytest-cov", "uvloop (>=0.19.0)"] +testing = ["coverage", "gevent (>=24.10.1)", "h2 (>=4.1.0)", "httpx[http2]", "pytest", "pytest-asyncio", "pytest-cov", "uvloop (>=0.19.0)"] tornado = ["tornado (>=6.5.0)"] [[package]] @@ -805,7 +804,7 @@ files = [ [package.dependencies] attrs = ">=22.2.0" -jsonschema-specifications = ">=2023.3.6" +jsonschema-specifications = ">=2023.03.6" referencing = ">=0.28.4" rpds-py = ">=0.25.0" @@ -2283,4 +2282,4 @@ email = ["email-validator"] [metadata] lock-version = "2.1" python-versions = "^3.10,<3.15" -content-hash = "426669592867e211cc05252560131a267e89d0e29aa3e13cd7daf0013dd85c06" +content-hash = "ba167c04b9808d01243922864f90972d828d816bb0a99c89046a63b658819961" diff --git a/pyproject.toml b/pyproject.toml index 9471722..aa7dbf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ python = "^3.10,<3.15" redis = {version = "^5.3.0,<6.0", extras = ["hiredis"]} flask-restx = "^1.3.2" werkzeug = "^3.1.8" -gunicorn = "^25.3.0" +gunicorn = ">=25.3,<27.0" cron-converter = "^1.3.1" bootstrap-flask = "^2.5.0" pylookyloo = "^1.39.0"