Bump gunicorn from 25.0.1 to 25.0.3 (#3251)

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.0.1 to 25.0.3.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/25.0.1...25.0.3)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-version: 25.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-10 16:03:40 +00:00
committed by GitHub
parent d5b28a3546
commit d3c88f375b
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1419,14 +1419,14 @@ test = ["objgraph", "psutil", "setuptools"]
[[package]]
name = "gunicorn"
version = "25.0.1"
version = "25.0.3"
description = "WSGI HTTP Server for UNIX"
optional = false
python-versions = ">=3.10"
groups = ["main"]
files = [
{file = "gunicorn-25.0.1-py3-none-any.whl", hash = "sha256:23cbe968c6ae3c8efc3d118c8353fa0763efc2102d89d0d3cea696cede7ff6b1"},
{file = "gunicorn-25.0.1.tar.gz", hash = "sha256:573e053aa950246e307ea908bd7ddce1870d41a40aec0c935938c586f0b9b946"},
{file = "gunicorn-25.0.3-py3-none-any.whl", hash = "sha256:aca364c096c81ca11acd4cede0aaeea91ba76ca74e2c0d7f879154db9d890f35"},
{file = "gunicorn-25.0.3.tar.gz", hash = "sha256:b53a7fff1a07b825b962af320554de44ae77a26abfa373711ff3f83d57d3506d"},
]
[package.dependencies]
@@ -4526,4 +4526,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 = "8459dcca1f941dc545d81d53edd681f463916ebddc7b7ff751dd99bfcf5fa5fe"
content-hash = "d028b18d23b6f78698dc81632e6017ab32284f52899075ed5cda2387bd940b1f"

View File

@@ -19,7 +19,7 @@ flask-basicauth = "~=0.2"
flask-login = "^0.6"
flask-talisman = "*"
flask-wtf = "^1.2"
gunicorn = {version = "==25.0.1", extras = ["gevent"]}
gunicorn = {version = "==25.0.3", extras = ["gevent"]}
hypothesis = "^6.151.5"
humanize = "~=4.15"
itsdangerous = "~=2.2"