Bump wheel from 0.46.3 to 0.47.0 by dependabot[bot] · Pull Request #1982 · robotframework/SeleniumLibrary
Bumps wheel from 0.46.3 to 0.47.0.
Changelog
Sourced from wheel's changelog.
Release Notes
0.47.0 (2026-04-22)
- Added the
wheel infosubcommand to display metadata about wheel files without unpacking them ([#639](https://github.com/pypa/wheel/issues/639) <https://github.com/pypa/wheel/issues/639>_)- Fixed
WheelFileraisingMissing RECORD filewhen the wheel filename contains uppercase characters (e.g.Django-3.2.5.whl) but the.dist-infodirectory inside uses normalized lowercase naming ([#411](https://github.com/pypa/wheel/issues/411) <https://github.com/pypa/wheel/issues/411>_)0.46.3 (2026-01-22)
- Fixed
ImportError: cannot import name '_setuptools_logging' from 'wheel'when installed alongside an old version of setuptools and running thebdist_wheelcommand ([#676](https://github.com/pypa/wheel/issues/676) <https://github.com/pypa/wheel/issues/676>_)0.46.2 (2026-01-22)
- Restored the
bdist_wheelcommand for compatibility withsetuptoolsolder than v70.1- Importing
wheel.bdist_wheelnow emits aFutureWarninginstead of aDeprecationWarning- Fixed
wheel unpackpotentially altering the permissions of files outside of the destination tree with maliciously crafted wheels (CVE-2026-24049)0.46.1 (2025-04-08)
- Temporarily restored the
wheel.macosx_libfilemodule ([#659](https://github.com/pypa/wheel/issues/659) <https://github.com/pypa/wheel/issues/659>_)0.46.0 (2025-04-03)
- Dropped support for Python 3.8
- Removed the
bdist_wheelsetuptools command implementation and entry point. Thewheel.bdist_wheelmodule is now just an alias tosetuptools.command.bdist_wheel, emitting a deprecation warning on import.- Removed vendored
packagingin favor of a run-time dependency on it- Made the
wheel.metadatamodule private (with a deprecation warning if it's imported- Made the
wheel.clipackage private (no deprecation warning)- Fixed an exception when calling the
convertcommand with an empty description field0.45.1 (2024-11-23)
- Fixed pure Python wheels converted from eggs and wininst files having the ABI tag in the file name
... (truncated)
Commits
efd83a7Created a new releasebb69216Reordered the changelog entriesd5a1763fix(wheelfile): resolve .dist-info path case-insensitively when reading wheel...5718957[pre-commit.ci] pre-commit autoupdate (#685)6258068chore: log_level is better than log_cli_level (#684)2975debRequire tox >= 4.2247674bachore: add check-sdist to checks (#681)56223f6__package__→__spec__.parent(#679)0ce509eAdded the wheel info subcommand (#669)39039c0Improved the index page- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)