Skip to content

Commit

Permalink
Update wheel requirement from ~=0.42 to ~=0.43 (#1035)
Browse files Browse the repository at this point in the history
* 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](pypa/wheel@0.42.0...0.43.0)

---
updated-dependencies:
- dependency-name: wheel
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add automated changelog yaml from template for bot PR

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 18, 2024
1 parent e87c93c commit 1d7ed0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240503-224157.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Update wheel requirement from ~=0.42 to ~=0.43"
time: 2024-05-03T22:41:57.00000Z
custom:
Author: dependabot[bot]
PR: 1035
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ thrift_sasl~=0.4.3
# build
bumpversion~=0.6.0
twine~=4.0
wheel~=0.42
wheel~=0.43

0 comments on commit 1d7ed0e

Please sign in to comment.