From 453c585f2e1bed0aa4adf5e9e77607fd05136819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 00:27:52 +0000 Subject: [PATCH] Update wheel requirement from ~=0.38.4 to ~=0.45.0 Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. - [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.38.4...0.45.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0e4359e..61893863 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -147,7 +147,7 @@ build-backend = 'setuptools.build_meta' requires = [ 'setuptools ~= 66.0', 'setuptools_scm[toml] ~= 7.1.0', - 'wheel ~= 0.38.4', + 'wheel ~= 0.45.0', ] [tool.distutils.bdist_wheel]