From 5586a120a036de2d1ce3159971fe4cf6fea45279 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 17:03:59 +0000 Subject: [PATCH] Update dependency wheel to ~=0.43.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3ecd530..cce04743 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ Discord = "https://discord.gg/shiguredo" # - https://setuptools.pypa.io/en/latest/build_meta.html # - setuptools の build-system サポートについて解説されていて参考になる [build-system] -requires = ["setuptools>=69.1", "wheel~=0.42.0"] +requires = ["setuptools>=69.1", "wheel~=0.43.0"] build-backend = "setuptools.build_meta" [tool.rye]