Skip to content

Commit

Permalink
build(deps-dev): update wheel requirement from ~=0.43 to ~=0.44
Browse files Browse the repository at this point in the history
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.43.0...0.44.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and priv-kweihmann committed Aug 5, 2024
1 parent a8dc7ea commit b5c96a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ pytest-socket == 0.7.0
pytest-sugar == 1.0.0
pytest-tldr == 0.2.5
twine == 5.1.1
wheel ~= 0.43
wheel ~= 0.44

0 comments on commit b5c96a9

Please sign in to comment.