From 0b91c4d5a579eb6063f12acb6cc4ca455536fd9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:18:06 +0000 Subject: [PATCH] build(deps): bump wheel from 0.45.1 to 0.46.2 in /requirements 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: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pip.txt | 4 +++- requirements/pip_tools.txt | 8 +++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/requirements/pip.txt b/requirements/pip.txt index 2ca9fc2..9696f1a 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,7 +4,9 @@ # # make upgrade # -wheel==0.45.1 +packaging==26.0 + # via wheel +wheel==0.46.2 # via -r pip.in # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index 3971d0f..f050566 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -9,14 +9,16 @@ build==1.2.2.post1 click==8.1.8 # via pip-tools packaging==24.2 - # via build + # via + # build + # wheel pip-tools==7.4.1 - # via -r requirements/pip_tools.in + # via -r pip_tools.in pyproject-hooks==1.2.0 # via # build # pip-tools -wheel==0.45.1 +wheel==0.46.2 # via pip-tools # The following packages are considered to be unsafe in a requirements file: