From f550ca05a0778fac187e9b6a262018629ab859d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 06:37:53 +0000 Subject: [PATCH] Bump wheel from 0.43.0 to 0.44.0 Bumps [wheel](https://github.com/pypa/wheel) from 0.43.0 to 0.44.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.44.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..8341b9b48585 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.44.0 \ + --hash=sha256:2376a90c98cc337d18623527a97c31797bd02bad0033d41547043a1cbfbe448f \ + --hash=sha256:a29c3f2817e95ab89aa4660681ad547c0e9547f20e75b0562fe7723c9a2a9d49 # via -r requirements-dev.txt diff --git a/requirements-dev.txt b/requirements-dev.txt index f020f5ae77fb..f1b749c6fe15 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -wheel==0.43.0 +wheel==0.44.0 coverage==7.2.7 setuptools==71.1.0;python_version>="3.12"