Skip to content

Commit

Permalink
python-deps(deps-dev): update wheel requirement
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.

Updates `wheel` to 0.45.0
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.44.0...0.45.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 980204d commit a0636c4
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 @@ -92,7 +92,7 @@ twine = "^5.0.0"
types-python-dateutil = "^2.9"
types-pyyaml = "^6.0"
types-requests = "^2.31"
wheel = "^0.44"
wheel = "^0.45"

[tool.poetry.group.docs.dependencies]
black = "^24.4.2"
Expand Down

0 comments on commit a0636c4

Please sign in to comment.