From cf64e9f92aa074b5834f5fc9f2829e5329d413da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 20:12:42 +0000 Subject: [PATCH] Bump wheel from 0.45.0 to 0.45.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.45.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.45.0...0.45.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59c518c..61b5ff2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "packaging == 24.2", "PyYAML == 6.0.2", "tomli >= 2.0,< 3.0; python_version <= '3.10'", - "wheel == 0.45.0", + "wheel == 0.45.1", ] [project.optional-dependencies]