From 0192b8d18e1566d08e07d888b76cb6a817ef4652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 02:25:05 +0000 Subject: [PATCH] chore(deps): bump wheel from 0.35.0 to 0.38.1 in /tools/tdgpt Bumps [wheel](https://github.com/pypa/wheel) from 0.35.0 to 0.38.1. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.35.0...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.38.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 e222781c38ae..6b2bbdf28d13 100644 --- a/tools/tdgpt/requirements_docker.txt +++ b/tools/tdgpt/requirements_docker.txt @@ -3,7 +3,7 @@ pandas==2.2.0 ; python_version >= "3.12" # install waitress on windows platform, since the gunicorn is not available for windows waitress==3.0.1; sys_platform == "win32" scipy==1.15.0 -wheel==0.35.0 +wheel==0.38.1 scikit-learn==1.5.2 outlier-utils==0.0.5 statsmodels==0.14.4