Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit f7ec534

Browse files
Update wheel requirement from ~=0.41 to ~=0.42 (#1033)
* 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](pypa/wheel@0.41.0...0.42.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Add automated changelog yaml from template for bot PR --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot <[email protected]>
1 parent 0c5422c commit f7ec534

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: "Dependencies"
2+
body: "Update wheel requirement from ~=0.41 to ~=0.42"
3+
time: 2023-11-27T00:48:27.00000Z
4+
custom:
5+
Author: dependabot[bot]
6+
PR: 1033

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ types-pytz~=2023.3
2828
types-protobuf~=4.24
2929
types-requests~=2.31
3030
twine~=4.0
31-
wheel~=0.41
31+
wheel~=0.42

0 commit comments

Comments
 (0)