From 3ff44909c37cb2be9f166a1b5dbf8e3db6230420 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 6 Jan 2024 06:54:20 +0000 Subject: [PATCH] chore(deps): pin poetry-core from >=1.8.1 to ==1.8.1 | datasource | package | from | to | | ---------- | ----------- | ----- | ----- | | pypi | poetry-core | 1.8.1 | 1.8.1 | --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1438e1..322d4a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["poetry-core>=1.8.1"] +requires = ["poetry-core==1.8.1"] build-backend = "poetry.core.masonry.api" [tool]