From 8158fe3ed33bb0cf7026c096f8aa3ac2ea727309 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 09:53:23 +0000 Subject: [PATCH] chore(dependencies): update dependency poetry_core to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f72985..9f5262a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pytest-mypy = ">=1.0.1" mypy = ">=1.20.1" [build-system] -requires = ["poetry_core>=1.0.0"] +requires = ["poetry_core>=2.4.1"] build-backend = "poetry.core.masonry.api" [tool.black]