From 41920d8dc2382e8a3f870d23d93a29e8442c3f04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 22:40:55 +0000 Subject: [PATCH] fix(deps): update dependency wheel to >=0.48.0,<0.49.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9fe7adb..27f1172 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "pytest (>=9.0.0,<9.1.0)", "pytest-bdd (>=8.1.0, <8.2.0)", "setuptools (>=82.0.1,<82.1.0)", - "wheel (>=0.47.0,<0.48.0)", + "wheel (>=0.48.0,<0.49.0)", ] doc = [ "autoapi (>=2.0.1,<2.1.0)",