From 3998351d75e9fb5958c956fd7151bac080458117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 08:09:35 +0000 Subject: [PATCH] Chore(deps): Bump gunicorn from 24.1.1 to 25.0.3 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 24.1.1 to 25.0.3. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/24.1.1...25.0.3) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 94da7ba..fb7187f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "argon2-cffi==25.1.0", "cryptography==46.0.4", "mypy==1.19.1", - "gunicorn==24.1.1; platform_system != 'Windows'", + "gunicorn==25.1.0; platform_system != 'Windows'", "waitress==3.0.2; platform_system == 'Windows'" ] diff --git a/requirements.txt b/requirements.txt index 34ba3d0..40715b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ click==8.3.1 colorama==0.4.6 cryptography==46.0.4 Flask==3.1.2 -gunicorn==24.1.1; platform_system != "Windows" +gunicorn==25.1.0; platform_system != "Windows" itsdangerous==2.2.0 Jinja2==3.1.6 MarkupSafe==3.0.3