From 4add8f47eb2f57bf8c2d40cf713c8c220dc17ec5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 14:09:00 +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)",