From abea54ad07cabd1087956ca306d95c699de125fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:09:01 +0000 Subject: [PATCH 1/2] Update wheel requirement from ~=0.43 to ~=0.44 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.43.0...0.44.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index f3d120eec..cc2a9b28e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,4 +21,4 @@ tox~=4.16 # build bumpversion~=0.6.0 twine~=5.1 -wheel~=0.43 +wheel~=0.44 From 6dd58b01c659010431b062a306dee935ea5b2720 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Mon, 5 Aug 2024 12:09:18 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20240805-120917.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20240805-120917.yaml diff --git a/.changes/unreleased/Dependencies-20240805-120917.yaml b/.changes/unreleased/Dependencies-20240805-120917.yaml new file mode 100644 index 000000000..5c25e1cfe --- /dev/null +++ b/.changes/unreleased/Dependencies-20240805-120917.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update wheel requirement from ~=0.43 to ~=0.44" +time: 2024-08-05T12:09:17.00000Z +custom: + Author: dependabot[bot] + PR: 1157