From 587ef5572ceb809355feae83f82a42542b0c599b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:11:35 +0000 Subject: [PATCH] Update dependency poetry_core to v2.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 772a008..9bc53d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,5 +44,5 @@ allow-global-unused-variables = false disallow_untyped_calls = false [build-system] -requires = ["poetry_core==2.4.0"] +requires = ["poetry_core==2.4.1"] build-backend = "poetry.core.masonry.api"