From bd16a55cb3acb95b72ac8e423a70320bf43237d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:51:43 +0000 Subject: [PATCH] chore(dependencies): update dependency poetry_core to >=1.0.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f72985..903329a 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>=1.0.8"] build-backend = "poetry.core.masonry.api" [tool.black]