From cbcbead645325a970059b2c4f5f351a18d04ac50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 03:06:20 +0000 Subject: [PATCH] build(deps-dev): update wheel requirement from ~=0.45 to ~=0.46 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.46.1) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 971b919..efae65c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -37,4 +37,4 @@ pytest-xdist ~= 3.6 twine ~= 6.1 jsonschema ~= 4.23 reuse ~= 5.0 -wheel ~= 0.45 +wheel ~= 0.46