From 790e5367bb160ca54cba116fbba5fb00980ce625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:39:43 +0000 Subject: [PATCH] Bump wheel from 0.43.0 to 0.45.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.43.0 to 0.45.1. - [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.43.0...0.45.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2c43e2..c389b7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ "rich==13.7.1", "ufmt==2.8.0", "usort==1.0.8.post1", - "wheel==0.43.0", + "wheel==0.45.1", ] docs = [ "sphinx==8.1.3",