From 88b55ebf7da9834dde1c48203fad94ec21f58b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:40:55 -0500 Subject: [PATCH] Update wheel requirement from ~=0.41 to ~=0.42 (#670) * 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] * 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: Mike Alfare <13974384+mikealfare@users.noreply.github.com> --- .changes/unreleased/Dependencies-20231127-201942.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20231127-201942.yaml diff --git a/.changes/unreleased/Dependencies-20231127-201942.yaml b/.changes/unreleased/Dependencies-20231127-201942.yaml new file mode 100644 index 000000000..ac6c15d53 --- /dev/null +++ b/.changes/unreleased/Dependencies-20231127-201942.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update wheel requirement from ~=0.41 to ~=0.42" +time: 2023-11-27T20:19:42.00000Z +custom: + Author: dependabot[bot] + PR: 670 diff --git a/dev-requirements.txt b/dev-requirements.txt index 13f61b294..21dc500fa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -28,4 +28,4 @@ tox~=4.11 types-pytz~=2023.3 types-requests~=2.31 twine~=4.0 -wheel~=0.41 +wheel~=0.42