From c0902c13255183385fa7e59181ac930aa2eca710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 18:28:25 +0000 Subject: [PATCH] Bump wheel in /paddle/scripts in the pip group across 1 directory Bumps the pip group with 1 update in the /paddle/scripts directory: [wheel](https://github.com/pypa/wheel). Updates `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 dependency-group: pip ... 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 ba03c11d0ca093..76707915f63895 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'