From d6a27ddefdd262b2f2ccec1e1f471340e930d88c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 18:23:43 +0000 Subject: [PATCH] [Dependabot]: Update wheel requirement from ~=0.45.0 to ~=0.45.1 Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.45.0...0.45.1) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.45.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dist/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/requirements.txt b/dist/requirements.txt index e87980bd..4a4f3908 100644 --- a/dist/requirements.txt +++ b/dist/requirements.txt @@ -1,2 +1,2 @@ -wheel ~= 0.45.0 +wheel ~= 0.45.1 twine ~= 6.2