From 83842c770a568b8dce69a5a02f4a2485e2a701a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:23:50 +0000 Subject: [PATCH] Bump wheel in /docs/notebooks/low_precision_optimization/tensorflow Bumps [wheel](https://github.com/pypa/wheel) from 0.44.0 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.44.0...0.46.2) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../tensorflow/poetry.lock | 17 ++++++++++------- .../tensorflow/pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/notebooks/low_precision_optimization/tensorflow/poetry.lock b/docs/notebooks/low_precision_optimization/tensorflow/poetry.lock index be1f91f3a..c26fe4aaa 100644 --- a/docs/notebooks/low_precision_optimization/tensorflow/poetry.lock +++ b/docs/notebooks/low_precision_optimization/tensorflow/poetry.lock @@ -3835,18 +3835,21 @@ watchdog = ["watchdog (>=2.3)"] [[package]] name = "wheel" -version = "0.44.0" -description = "A built-package format for Python" +version = "0.46.2" +description = "Command line tool for manipulating wheel files" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "wheel-0.44.0-py3-none-any.whl", hash = "sha256:2376a90c98cc337d18623527a97c31797bd02bad0033d41547043a1cbfbe448f"}, - {file = "wheel-0.44.0.tar.gz", hash = "sha256:a29c3f2817e95ab89aa4660681ad547c0e9547f20e75b0562fe7723c9a2a9d49"}, + {file = "wheel-0.46.2-py3-none-any.whl", hash = "sha256:33ae60725d69eaa249bc1982e739943c23b34b58d51f1cb6253453773aca6e65"}, + {file = "wheel-0.46.2.tar.gz", hash = "sha256:3d79e48fde9847618a5a181f3cc35764c349c752e2fe911e65fa17faab9809b0"}, ] +[package.dependencies] +packaging = ">=24.0" + [package.extras] -test = ["pytest (>=6.0.0)", "setuptools (>=65)"] +test = ["pytest (>=6.0.0)", "setuptools (>=77)"] [[package]] name = "wrapt" @@ -3942,4 +3945,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "eb968ad07f912f989b2763b3b013e6627fe4b42fd17097efbb9f898d46b9bfda" +content-hash = "22b448be9216f9f063124e752ef18eb1c0e7f81242f1d254067cf960ea72653f" diff --git a/docs/notebooks/low_precision_optimization/tensorflow/pyproject.toml b/docs/notebooks/low_precision_optimization/tensorflow/pyproject.toml index b34341adb..423fedd52 100644 --- a/docs/notebooks/low_precision_optimization/tensorflow/pyproject.toml +++ b/docs/notebooks/low_precision_optimization/tensorflow/pyproject.toml @@ -12,7 +12,7 @@ ipykernel = "^6.29.5" matplotlib = "^3.9.2" notebook = "^7.2.2" runipy = "^0.1.5" -wheel = "^0.44.0" +wheel = "^0.46.2" h11 = "0.16.0" tornado = "6.5.0" keras = "3.12.0"