From 5865122a1aa717141a6d40c6df03f5eca96faf6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 19:17:55 +0000 Subject: [PATCH] build(deps): bump gunicorn Bumps the pip group with 1 update in the /cpanel directory: [gunicorn](https://github.com/benoitc/gunicorn). Updates `gunicorn` from 21.2.0 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production dependency-group: pip ... 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..205d551 100644 --- a/cpanel/requirements.txt +++ b/cpanel/requirements.txt @@ -1,5 +1,5 @@ Flask==3.0.0 -gunicorn==21.2.0 +gunicorn==22.0.0 psutil==5.9.6 PyMySQL==1.1.0 cryptography==41.0.5