Skip to content

Commit

Permalink
Bump wheel from 0.44.0 to 0.45.1
Browse files Browse the repository at this point in the history
Bumps [wheel](https://github.com/pypa/wheel) from 0.44.0 to 0.45.1.
- [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.1)

---
updated-dependencies:
- dependency-name: wheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 3e843a9 commit 5954983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_version():
"python-slugify==8.0.4",
"ruamel-yaml==0.18.6",
"tabulate==0.9.0",
"wheel==0.44.0",
"wheel==0.45.1",
],
extras_require={"dev": ["ruff==0.4.7", "pre-commit==3.8.0", "pytest==8.3.2"]},
)

0 comments on commit 5954983

Please sign in to comment.