From 1f2791a16748a02ae6b7407f18f0f511535c505b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:44:37 +0000 Subject: [PATCH] Bump gunicorn from 23.0.0 to 25.3.0 in /requirements Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 23.0.0 to 25.3.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...25.3.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/requirements-prod.in | 2 +- requirements/requirements-prod.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/requirements-prod.in b/requirements/requirements-prod.in index ba9cee3d9..db9cd17f2 100644 --- a/requirements/requirements-prod.in +++ b/requirements/requirements-prod.in @@ -18,7 +18,7 @@ flanker @ https://github.com/closeio/flanker-new/archive/fa272d95345d45e8bb1f9bc Flask==2.3.2 Flask-RESTful==0.3.9 gdata==2.0.18 -gunicorn==23.0.0 +gunicorn==25.3.0 hiredis==2.3.2 html2text==2020.1.16 icalendar==4.0.9 diff --git a/requirements/requirements-prod.txt b/requirements/requirements-prod.txt index 6aade4af9..33811bf38 100644 --- a/requirements/requirements-prod.txt +++ b/requirements/requirements-prod.txt @@ -392,9 +392,9 @@ greenlet==3.0.3 \ --hash=sha256:fd096eb7ffef17c456cfa587523c5f92321ae02427ff955bebe9e3c63bc9f0da \ --hash=sha256:fe754d231288e1e64323cfad462fcee8f0288654c10bdf4f603a39ed923bef33 # via sqlalchemy -gunicorn==23.0.0 \ - --hash=sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d \ - --hash=sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec +gunicorn==25.3.0 \ + --hash=sha256:cacea387dab08cd6776501621c295a904fe8e3b7aae9a1a3cbb26f4e7ed54660 \ + --hash=sha256:f74e1b2f9f76f6cd1ca01198968bd2dd65830edc24b6e8e4d78de8320e2fe889 # via -r requirements-prod.in hiredis==2.3.2 \ --hash=sha256:01b6c24c0840ac7afafbc4db236fd55f56a9a0919a215c25a238f051781f4772 \