From 36a125843e4134145924aae0f1db4a46121868cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 16:09:06 +0000 Subject: [PATCH] Bump gunicorn in /test/yolov7-tracker/utils/google_app_engine Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.9.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../utils/google_app_engine/additional_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/yolov7-tracker/utils/google_app_engine/additional_requirements.txt b/test/yolov7-tracker/utils/google_app_engine/additional_requirements.txt index 5fcc305..50d7166 100644 --- a/test/yolov7-tracker/utils/google_app_engine/additional_requirements.txt +++ b/test/yolov7-tracker/utils/google_app_engine/additional_requirements.txt @@ -1,4 +1,4 @@ # add these requirements in your app on top of the existing ones pip==18.1 Flask==1.0.2 -gunicorn==19.9.0 +gunicorn==22.0.0