From c39af0505e0aa17e4754cb58ed2d18c868b7ccfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Mon, 6 Jan 2025 05:35:57 +0100 Subject: [PATCH] chore: fix build-system requires --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a59c18ee1f5..e73c0c94b3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ pytest-github-actions-annotate-failures = "^0.1.7" [build-system] -requires = ["poetry-core>=1.5.0"] +requires = ["poetry-core>=2.0"] build-backend = "poetry.core.masonry.api"