Skip to content

Commit

Permalink
Bump wheel from 0.37.1 to 0.41.1 in /python/helpers
Browse files Browse the repository at this point in the history
Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.41.1.
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.37.1...0.41.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 Aug 6, 2023
1 parent a30e4f6 commit fbd9859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/helpers/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipfile==0.0.2
poetry>=1.1.15,<1.6.0
# For now we chose to pin `wheel` even though we don't import it directly.
# Background context: https://github.com/dependabot/dependabot-core/pull/5597
wheel==0.37.1
wheel==0.41.1

# Some dependencies will only install if Cython is present
Cython==3.0.0

0 comments on commit fbd9859

Please sign in to comment.