From 5ecac9cf7a8d958075e402935a3ea3c7d6514e71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 19:15:05 +0000 Subject: [PATCH] chore(deps-dev): bump wheel from 0.44.0 to 0.46.2 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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa39552..94cab40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "build>=1.2.2", "setuptools==72.2.0", "twine>=6.1.0,<7", - "wheel==0.44.0", + "wheel==0.46.2", "pytest==9.0.3", "pytest-cov==6.0.0" ]