Skip to content

Commit

Permalink
Update wheel requirement from <0.44,>0.38.0 to >0.38.0,<0.46 (#110)
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.38.1...0.45.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 54fe3c1 commit c1d850f
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 @@ -48,7 +48,7 @@ dependencies = [
"s3fs >=2023.5.0,<2024.6",
"tqdm >=4.64.0,<=5",
"typer >=0.9.0,<1.0.0",
"wheel >0.38.0,<0.44",
"wheel >0.38.0,<0.46",
]

[project.optional-dependencies]
Expand Down

0 comments on commit c1d850f

Please sign in to comment.