From 5ba41e92f1a9710ee027ca0d840c282c4aa7d00e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 03:24:05 +0000 Subject: [PATCH] chore(deps): bump wheel from 0.41.2 to 0.46.2 Bumps [wheel](https://github.com/pypa/wheel) from 0.41.2 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.41.2...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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e6c6c57f..ab7ae804 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ # Build dependencies -wheel==0.41.2 # For building wheels +wheel==0.46.2 # For building wheels setuptools==68.0.0 # For building packages build==1.0.3 # For building packages using PEP 517/518 toml==0.10.2 # For reading pyproject.toml files