Skip to content

Commit 8f3854e

Browse files
chore(deps): update dependency wheel to v0.46.1 (#796)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [wheel](https://redirect.github.com/pypa/wheel) ([changelog](https://wheel.readthedocs.io/en/stable/news.html)) | `==0.45.1` -> `==0.46.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/wheel/0.46.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/wheel/0.46.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/wheel/0.45.1/0.46.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/wheel/0.45.1/0.46.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pypa/wheel (wheel)</summary> ### [`v0.46.1`](https://redirect.github.com/pypa/wheel/releases/tag/0.46.1) - Temporarily restored the `wheel.macosx_libfile` module ([#&#8203;659](https://redirect.github.com/pypa/wheel/issues/665960)) ### [`v0.46.0`](https://redirect.github.com/pypa/wheel/releases/tag/0.46.0) [Compare Source](https://redirect.github.com/pypa/wheel/compare/0.45.1...0.46.0) - Dropped support for Python 3.8 - Removed the `bdist_wheel` setuptools command implementation and entry point. The `wheel.bdist_wheel` module is now just an alias to `setuptools.command.bdist_wheel`, emitting a deprecation warning on import. - Removed vendored `packaging` in favor of a run-time dependency on it - Made the `wheel.metadata` module private (with a deprecation warning if it's imported - Made the `wheel.cli` package private (no deprecation warning) - Fixed an exception when calling the `convert` command with an empty description field </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzUuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 65294f2 commit 8f3854e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
-r requirements-test.txt
33
tox==4.25.0
4-
wheel==0.45.1
4+
wheel==0.46.1
55
Sphinx==7.4.7
66
sphinx-rtd-theme==3.0.2
77
pypandoc==1.15

0 commit comments

Comments
 (0)