From 7cca86b0754b16884422a3470a8032d959508193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 15:04:43 -0500 Subject: [PATCH] Bump gunicorn from 25.0.3 to 25.1.0 (#3264) Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.0.3 to 25.1.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.0.3...25.1.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e7f05db37..12e988640 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1419,14 +1419,14 @@ test = ["objgraph", "psutil", "setuptools"] [[package]] name = "gunicorn" -version = "25.0.3" +version = "25.1.0" description = "WSGI HTTP Server for UNIX" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "gunicorn-25.0.3-py3-none-any.whl", hash = "sha256:aca364c096c81ca11acd4cede0aaeea91ba76ca74e2c0d7f879154db9d890f35"}, - {file = "gunicorn-25.0.3.tar.gz", hash = "sha256:b53a7fff1a07b825b962af320554de44ae77a26abfa373711ff3f83d57d3506d"}, + {file = "gunicorn-25.1.0-py3-none-any.whl", hash = "sha256:d0b1236ccf27f72cfe14bce7caadf467186f19e865094ca84221424e839b8b8b"}, + {file = "gunicorn-25.1.0.tar.gz", hash = "sha256:1426611d959fa77e7de89f8c0f32eed6aa03ee735f98c01efba3e281b1c47616"}, ] [package.dependencies] @@ -4527,4 +4527,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 = "5f84c5ae846fa7bfdb4a1991b40bab5bbd173346b2da85e77d767416071ed8af" +content-hash = "bd1ac73ad576e93182163f6b1674da6dba4cf85398b0a0e3bccdc4c3faef0c83" diff --git a/pyproject.toml b/pyproject.toml index 8bed78b96..6876e14cd 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 = "==25.0.3", extras = ["gevent"]} +gunicorn = {version = "==25.1.0", extras = ["gevent"]} hypothesis = "^6.151.6" humanize = "~=4.15" itsdangerous = "~=2.2"