From 12e92c8efa1b75d62d56dc5c9f66a890d55ac7d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:20:43 +0000 Subject: [PATCH] Bump wheel from 0.37.0 to 0.44.0 Bumps [wheel](https://github.com/pypa/wheel) from 0.37.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.37.0...0.44.0) --- updated-dependencies: - dependency-name: wheel dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 2 +- requirements/dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index f921bb0e786..3881dcfc314 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -285,7 +285,7 @@ wait-for-it==2.2.2 # via -r requirements/test.in webcolors==24.8.0 # via blockdiag -wheel==0.37.0 +wheel==0.44.0 # via pip-tools yarl==1.9.4 # via -r requirements/runtime-deps.in diff --git a/requirements/dev.txt b/requirements/dev.txt index 35a83a15360..314ba878d45 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -277,7 +277,7 @@ wait-for-it==2.2.2 # via -r requirements/test.in webcolors==24.8.0 # via blockdiag -wheel==0.41.0 +wheel==0.44.0 # via pip-tools yarl==1.9.4 # via -r requirements/runtime-deps.in