From 4cfce1e37be68563d00746f46b44fa0dc494d745 Mon Sep 17 00:00:00 2001 From: RKI | Metadata Exchange <121876825+RKIMetadataExchange@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:56:35 +0100 Subject: [PATCH] Update dependency wheel to v0.45.1 (#343) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [wheel](https://redirect.github.com/pypa/wheel) ([changelog](https://wheel.readthedocs.io/en/stable/news.html)) | patch | `==0.45.0` -> `==0.45.1` | --- ### Release Notes
pypa/wheel (wheel) ### [`v0.45.1`](https://redirect.github.com/pypa/wheel/releases/tag/0.45.1) [Compare Source](https://redirect.github.com/pypa/wheel/compare/0.45.0...0.45.1) - Fixed pure Python wheels converted from eggs and wininst files having the ABI tag in the file name
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7470a61a..3244c7b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ cruft==2.15.0 mex-release==0.3.0 pdm==2.20.1 pre-commit==4.0.1 -wheel==0.45.0 +wheel==0.45.1