From bf492533c8eee765d1f6d9f732a04527373ca693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:16:25 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e496bc72..fc4c9010 100644 --- a/requirements.txt +++ b/requirements.txt @@ -61,6 +61,7 @@ packaging==25.0 # pyproject-api # sphinx # tox + # wheel pathspec==0.12.1 # via black pip-tools==7.4.1 @@ -121,7 +122,7 @@ urllib3==2.6.3 # via requests virtualenv==20.36.1 # via tox -wheel==0.45.1 +wheel==0.46.2 # via pip-tools # The following packages are considered to be unsafe in a requirements file: -- 2.47.3