From 4a7cf18a07d590be240528570a4d862bf7cdb224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 06:54:20 +0000 Subject: [PATCH] Bump wheel from 0.46.2 to 0.47.0 Bumps [wheel](https://github.com/pypa/wheel) from 0.46.2 to 0.47.0. - [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.46.2...0.47.0) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/requirements.in b/requirements.in index a4383c3c4..76afb8347 100644 --- a/requirements.in +++ b/requirements.in @@ -25,7 +25,7 @@ scipy<1.16 sympy==1.14 tensorflow>=2.18,<2.19 tf-keras~=2.18.0 -wheel==0.46.2 +wheel==0.47.0 # TODO: the next ones are not truly core requirements. A better place should be # found for them (long with others needed by scripts/*). They're here as a diff --git a/requirements.txt b/requirements.txt index 79e34a3da..f44479dbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -215,6 +215,8 @@ python-dateutil==2.9.0.post0 # pandas pytz==2025.2 # via pandas +pyyaml==6.0.3 + # via tensorflow-docs pyzmq==27.1.0 # via jupyter-client referencing==0.37.0 @@ -239,10 +241,6 @@ scipy==1.15.3 # cirq-core # jax # jaxlib -setuptools==75.0.0 - # via - # tensorboard - # tensorflow six==1.17.0 # via # astunparse @@ -305,7 +303,7 @@ urllib3==2.6.3 # via requests werkzeug==3.1.5 # via tensorboard -wheel==0.46.2 +wheel==0.47.0 # via # -r requirements.in # astunparse @@ -315,4 +313,7 @@ yapf==0.43.0 # via -r requirements.in # The following packages are considered to be unsafe in a requirements file: -# pyyaml +setuptools==75.0.0 + # via + # tensorboard + # tensorflow