From 5749edd2f902e7a9c5a491cfb580ed2771937aab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:40:51 +0000 Subject: [PATCH] Bump wheel from 0.45.1 to 0.46.2 in /paddle/scripts Bumps [wheel](https://github.com/pypa/wheel) from 0.45.1 to 0.46.2. - [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.45.1...0.46.2) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- paddle/scripts/compile_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/scripts/compile_requirements.txt b/paddle/scripts/compile_requirements.txt index 0291de96b778b9..efcd45e7de7486 100644 --- a/paddle/scripts/compile_requirements.txt +++ b/paddle/scripts/compile_requirements.txt @@ -1,6 +1,6 @@ setuptools==57.4.0 ; python_version <= '3.11' and sys_platform == 'win32' setuptools==69.0.2 ; python_version > '3.11' and sys_platform == 'win32' -wheel==0.45.1 ; sys_platform == 'win32' +wheel==0.46.2 ; sys_platform == 'win32' pyyaml ; sys_platform == 'win32' wget ; sys_platform == 'win32' jinja2 ; sys_platform == 'linux'