From 5cd8c6b72261168219cafe1ab03ebc3083f262e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:54:13 +0000 Subject: [PATCH] deps(dependabot): update wheel requirement in the all-dependencies group Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. Updates `wheel` 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.3...0.47.0) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3610c6..291735c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ writers = "writers.cli:main" [build-system] requires = [ "setuptools>=82.0.1", - "wheel>=0.46.3", + "wheel>=0.47.0", ] build-backend = "setuptools.build_meta"