Skip to content

Commit

Permalink
build(deps-dev): update wheel requirement from ~=0.42.0 to >=0.42,<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.42.0...0.43.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent 0872da6 commit 8aedb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dev = [
"pre-commit~=3.4",
"setuptools~=69.0",
"twine>=4,<6",
"wheel~=0.42.0",
"wheel>=0.42,<0.44",
"rdmo[allauth]",
"rdmo[pytest]",
]
Expand Down

0 comments on commit 8aedb0f

Please sign in to comment.