From 1fe273a9de73a950429f00b90a48b95cf91d328f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 20:09:29 -0500 Subject: [PATCH] Update wheel requirement from ~=0.42 to ~=0.43 (#1304) * Update wheel requirement from ~=0.42 to ~=0.43 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.42.0...0.43.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Add automated changelog yaml from template for bot PR --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot Co-authored-by: Matthew McKnight <91097623+McKnight-42@users.noreply.github.com> Co-authored-by: Mila Page <67295367+VersusFacit@users.noreply.github.com> Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com> --- .changes/unreleased/Dependencies-20240724-040744.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20240724-040744.yaml diff --git a/.changes/unreleased/Dependencies-20240724-040744.yaml b/.changes/unreleased/Dependencies-20240724-040744.yaml new file mode 100644 index 000000000..fd713788e --- /dev/null +++ b/.changes/unreleased/Dependencies-20240724-040744.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update wheel requirement from ~=0.42 to ~=0.43" +time: 2024-07-24T04:07:44.00000Z +custom: + Author: dependabot[bot] + PR: 1304