From 9ee2df0581cb6f768d58ebfea0de5d535aaf00c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 19:20:09 +0000 Subject: [PATCH] build(deps): bump gunicorn from 21.2.0 to 25.3.0 in /cpanel Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 25.3.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.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] --- cpanel/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpanel/requirements.txt b/cpanel/requirements.txt index d6c8dff..f432301 100644 --- a/cpanel/requirements.txt +++ b/cpanel/requirements.txt @@ -1,5 +1,5 @@ Flask==3.0.0 -gunicorn==21.2.0 +gunicorn==25.3.0 psutil==5.9.6 PyMySQL==1.1.0 cryptography==41.0.5