Skip to content

Commit

Permalink
Update wheel requirement from ~=0.40 to ~=0.41 (#858)
Browse files Browse the repository at this point in the history
* Update wheel requirement from ~=0.40 to ~=0.41

Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version.
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.40.0...0.41.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 Aug 7, 2023
1 parent d917bfa commit ce265ba
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-20230804-225243.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Update wheel requirement from ~=0.40 to ~=0.41"
time: 2023-08-04T22:52:43.00000Z
custom:
Author: dependabot[bot]
PR: 858
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tox~=4.5
types-pytz~=2023.3
types-requests~=2.29
twine~=4.0
wheel~=0.40
wheel~=0.41

# Adapter specific dependencies
mock~=5.0
Expand Down

0 comments on commit ce265ba

Please sign in to comment.