From fa75091bf2c78fe6c9b3e3547108d2e965c5742a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 06:23:24 +0000 Subject: [PATCH] Bump wheel from 0.43.0 to 0.45.0 Bumps [wheel](https://github.com/pypa/wheel) from 0.43.0 to 0.45.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.43.0...0.45.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev-lock.txt | 6 +++--- requirements-dev.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev-lock.txt b/requirements-dev-lock.txt index a08692febdd9..4407aa215e61 100644 --- a/requirements-dev-lock.txt +++ b/requirements-dev-lock.txt @@ -109,7 +109,7 @@ tomli==2.0.1 \ # via # coverage # pytest -wheel==0.43.0 \ - --hash=sha256:465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85 \ - --hash=sha256:55c570405f142630c6b9f72fe09d9b67cf1477fcf543ae5b8dcb1f5b7377da81 +wheel==0.45.0 \ + --hash=sha256:52f0baa5e6522155090a09c6bd95718cc46956d1b51d537ea5454249edb671c7 \ + --hash=sha256:a57353941a3183b3d5365346b567a260a0602a0f8a635926a7dede41b94c674a # via -r requirements-dev.txt diff --git a/requirements-dev.txt b/requirements-dev.txt index f020f5ae77fb..ca7e9937dfaa 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -wheel==0.43.0 +wheel==0.45.0 coverage==7.2.7 setuptools==71.1.0;python_version>="3.12"