From 734426d8be57c6edbe1ea4b977738ce46c612e3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:21:57 +0000 Subject: [PATCH] Bump wheel from 0.45.1 to 0.46.2 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] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 848bc85..4241a29 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ rich==13.9.4 setuptools==78.1.1 twine==6.1.0 typer==0.15.1 -wheel==0.45.1 +wheel==0.46.2 inquirerpy==0.3.4 pytest>=7.0.0 numpy>=1.24.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 17837fc..9514f98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,4 +38,4 @@ typer==0.15.4 typing_extensions==4.12.2 urllib3==2.3.0 wcwidth==0.2.13 -wheel==0.45.1 \ No newline at end of file +wheel==0.46.2 \ No newline at end of file