From ee1754730f58fedcfc0c7b2b8170d283225a30ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:10:29 +0000 Subject: [PATCH] build(deps): bump wheel from 0.45.1 to 0.46.2 Bumps [wheel](https://github.com/pypa/wheel) from 0.45.1 to 0.46.2. - [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.1...0.46.2) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a2f742f0..a1f9d9a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -86,7 +86,9 @@ odfpy==1.4.1 openpyxl==3.1.5 # via flattentool packaging==25.0 - # via sphinx + # via + # sphinx + # wheel persistent==6.1.1 # via # btrees @@ -157,7 +159,7 @@ typing-extensions==4.14.1 # via referencing urllib3==2.6.3 # via requests -wheel==0.45.1 +wheel==0.46.2 # via sphinx-togglebutton xmltodict==0.14.2 # via flattentool