From 49f2a283465610e4de26e2ee76b68e0610852df5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 22:07:13 +0000 Subject: [PATCH 1/2] Update wheel requirement from ~=0.41 to ~=0.42 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.41.0...0.42.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 4abe824e9..8a1357b68 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -26,7 +26,7 @@ tox~=4.11 types-pytz~=2023.3 types-requests~=2.31 twine~=4.0 -wheel~=0.41 +wheel~=0.42 # Adapter specific dependencies mock~=5.1 From 6337c6e29b0c3a3628713cbc4982e2a662846fc9 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Mon, 27 Nov 2023 22:07:38 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20231127-220737.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20231127-220737.yaml diff --git a/.changes/unreleased/Dependencies-20231127-220737.yaml b/.changes/unreleased/Dependencies-20231127-220737.yaml new file mode 100644 index 000000000..60e2be67f --- /dev/null +++ b/.changes/unreleased/Dependencies-20231127-220737.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update wheel requirement from ~=0.41 to ~=0.42" +time: 2023-11-27T22:07:37.00000Z +custom: + Author: dependabot[bot] + PR: 952