Skip to content

Commit 4c916b2

Browse files
chore(deps): update dependency wheel to v0.46.3 (#928)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [wheel](https://redirect.github.com/pypa/wheel) ([changelog](https://wheel.readthedocs.io/en/stable/news.html)) | `==0.46.2` → `==0.46.3` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/wheel/0.46.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/wheel/0.46.2/0.46.3?slim=true) | --- ### Release Notes <details> <summary>pypa/wheel (wheel)</summary> ### [`v0.46.3`](https://redirect.github.com/pypa/wheel/releases/tag/0.46.3) [Compare Source](https://redirect.github.com/pypa/wheel/compare/0.46.2...0.46.3) - Fixed `ImportError: cannot import name '_setuptools_logging' from 'wheel'` when installed alongside an old version of setuptools and running the `bdist_wheel` command ([#&#8203;676](https://redirect.github.com/pypa/wheel/issues/676)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 50e21f5 commit 4c916b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-r requirements-test.txt
33
tox==4.34.1 ; python_version >= "3.10"
44
tox==4.34.1 ; python_version < "3.10"
5-
wheel==0.46.2
5+
wheel==0.46.3
66
Sphinx==9.0.4 ; python_version >= "3.11"
77
Sphinx==7.4.7 ; python_version < "3.11"
88
sphinx-rtd-theme==3.1.0 ; python_version >= "3.11"

0 commit comments

Comments
 (0)