From 7167409d1bde9c6ed00e0f53d87cded7d7fdbd7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 13:37:05 +0000 Subject: [PATCH] build(deps): bump gunicorn from 21.2.0 to 23.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f73a9c8..92fcb52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "flask-cors==3.0.10", "requests==2.31.0", "wechatpy==1.8.18", - "gunicorn==21.2.0", + "gunicorn==23.0.0", "email-validator==2.1.0", "psutil==5.9.6", "qiniu==7.12.1",