From 197292c570d4edd7e38acba782abdb7e0414280b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 09:17:07 -0500 Subject: [PATCH] Bump gunicorn from 24.1.1 to 25.0.1 (#3241) Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 24.1.1 to 25.0.1. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/24.1.1...25.0.1) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 832870bcc..ed063e77d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1405,14 +1405,14 @@ test = ["objgraph", "psutil", "setuptools"] [[package]] name = "gunicorn" -version = "24.1.1" +version = "25.0.1" description = "WSGI HTTP Server for UNIX" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "gunicorn-24.1.1-py3-none-any.whl", hash = "sha256:757f6b621fc4f7581a90600b2cd9df593461f06a41d7259cb9b94499dc4095a8"}, - {file = "gunicorn-24.1.1.tar.gz", hash = "sha256:f006d110e5cb3102859b4f5cd48335dbd9cc28d0d27cd24ddbdafa6c60929408"}, + {file = "gunicorn-25.0.1-py3-none-any.whl", hash = "sha256:23cbe968c6ae3c8efc3d118c8353fa0763efc2102d89d0d3cea696cede7ff6b1"}, + {file = "gunicorn-25.0.1.tar.gz", hash = "sha256:573e053aa950246e307ea908bd7ddce1870d41a40aec0c935938c586f0b9b946"}, ] [package.dependencies] @@ -1422,8 +1422,9 @@ packaging = "*" [package.extras] eventlet = ["eventlet (>=0.40.3)"] gevent = ["gevent (>=24.10.1)"] +http2 = ["h2 (>=4.1.0)"] setproctitle = ["setproctitle"] -testing = ["coverage", "eventlet (>=0.40.3)", "gevent (>=24.10.1)", "pytest", "pytest-asyncio", "pytest-cov"] +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)"] tornado = ["tornado (>=6.5.0)"] [[package]] @@ -4511,4 +4512,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "54dd2c4259bd0d2b81d1b11a2acd1301b298618185767a23d2d964fca6995d1a" +content-hash = "bd9984627217948e41f8741dbc70ffb9cba731682eb6d16b3e73921062ca51f4" diff --git a/pyproject.toml b/pyproject.toml index e8cabd968..ba34d8eaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ flask-basicauth = "~=0.2" flask-login = "^0.6" flask-talisman = "*" flask-wtf = "^1.2" -gunicorn = {version = "==24.1.1", extras = ["gevent"]} +gunicorn = {version = "==25.0.1", extras = ["gevent"]} hypothesis = "^6.151.4" humanize = "~=4.15" itsdangerous = "~=2.2"