From 575a9430001ad582f55c3a5ab9a44395e8bab6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:46:05 +0000 Subject: [PATCH] chore(deps): bump waitress from 3.0.0 to 3.0.1 in /tools/tdgpt Bumps [waitress](https://github.com/Pylons/waitress) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/Pylons/waitress/releases) - [Changelog](https://github.com/Pylons/waitress/blob/main/CHANGES.txt) - [Commits](https://github.com/Pylons/waitress/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: waitress dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/tdgpt/requirements_docker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tdgpt/requirements_docker.txt b/tools/tdgpt/requirements_docker.txt index 9a432469d92c..e222781c38ae 100644 --- a/tools/tdgpt/requirements_docker.txt +++ b/tools/tdgpt/requirements_docker.txt @@ -1,7 +1,7 @@ pandas==1.5.3 ; python_version <= "3.11" pandas==2.2.0 ; python_version >= "3.12" # install waitress on windows platform, since the gunicorn is not available for windows -waitress==3.0.0; sys_platform == "win32" +waitress==3.0.1; sys_platform == "win32" scipy==1.15.0 wheel==0.35.0 scikit-learn==1.5.2