From dbfab29381bc60cf891b7aaf780633b18004f423 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:45:44 +0000 Subject: [PATCH] Update dependency wheel to v0.44.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bcab0d8..228666a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ write-commit = "bot.cli:write" requires = [ "setuptools==72.1.0", - "wheel==0.43.0", + "wheel==0.44.0", ] build-backend = "setuptools.build_meta"