From d3770b3ec71d300d85e05843736c3957c1b79306 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 22:16:38 +0000 Subject: [PATCH] Bump pip in /test/yolov7-tracker/utils/google_app_engine Bumps [pip](https://github.com/pypa/pip) from 18.1 to 26.0. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/18.1...26.0) --- updated-dependencies: - dependency-name: pip dependency-version: '26.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 50d7166..b8f74fb 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 +pip==26.0 Flask==1.0.2 gunicorn==22.0.0