From 19b0b3d98791c9214fa83c866b473f210a8046e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 04:02:34 +0000 Subject: [PATCH] chore(deps): bump gunicorn from 20.0.4 to 22.0.0 in /web_console_v2/api Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.0.4...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web_console_v2/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_console_v2/api/requirements.txt b/web_console_v2/api/requirements.txt index 28ee70aaf..07a7569e5 100644 --- a/web_console_v2/api/requirements.txt +++ b/web_console_v2/api/requirements.txt @@ -5,7 +5,7 @@ flask-restful==0.3.8 passlib==1.7.4 flask-jwt-extended>=4.0.0 Flask-Testing==0.8.1 -gunicorn==20.0.4 +gunicorn==22.0.0 # grpc-related stuff has be 1.32.0 to be compatible with tensorflow grpcio==1.32.0 # grpcio-tools==1.34.0 will not work on Mac