From de73d515accfd18ba9b27920d5033d6ef66e4698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:07:55 +0000 Subject: [PATCH] Bump gunicorn from 25.0.1 to 25.0.3 (#2211) 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] 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 4d93c73a0..2394d1089 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1925,14 +1925,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] @@ -5978,4 +5978,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "765baf907caf4cbc61e01726cce90e1ff85f74b59c88428c62f2defd2b4d6750" +content-hash = "925b783e9e6d524c8f28802e843dc814d9d826dcc5794b9c6038db709cc0ce32" diff --git a/pyproject.toml b/pyproject.toml index 269a68dfd..7b6f7d38e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ flask-bcrypt = "==1.0.1" flask-migrate = "==4.1.0" flask-redis = "==0.4.0" flask-sqlalchemy = "^3.1.1" -gunicorn = {version = "==25.0.1", extras = ["gevent"]} +gunicorn = {version = "==25.0.3", extras = ["gevent"]} iso8601 = "==2.1.0" jsonschema = {version = "==4.26.0", extras = ["format"]} lxml = "==6.0.2"