From 2e04182350d1f12e6a0c07e406456db47076b18a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:18:47 +0000 Subject: [PATCH] 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 0ea81be9..cb4c8d85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ pgconnstr = "^1.0.1" tenacity = "^9.0.0" cosl = "^0.0.48" pydantic = "^1.10.19" -poetry-core = "^1.9.1" +poetry-core = "^2.0.0" cryptography = "^44.0.0" jsonschema = "^4.23.0" psycopg2 = "^2.9.10"