From 273365e55795eaee267abec756e0b6c458de92f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 01:20:57 +0000 Subject: [PATCH] Update dependency poetry-core to v2 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ff0e4d9096..7b7654a3b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1407,13 +1407,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poetry-core" -version = "1.9.1" +version = "2.0.0" description = "Poetry PEP 517 Build Backend" optional = false -python-versions = "<4.0,>=3.8" +python-versions = "<4.0,>=3.9" files = [ - {file = "poetry_core-1.9.1-py3-none-any.whl", hash = "sha256:6f45dd3598e0de8d9b0367360253d4c5d4d0110c8f5c71120a14f0e0f116c1a0"}, - {file = "poetry_core-1.9.1.tar.gz", hash = "sha256:7a2d49214bf58b4f17f99d6891d947a9836c9899a67a5069f52d7b67217f61b8"}, + {file = "poetry_core-2.0.0-py3-none-any.whl", hash = "sha256:1da7dd9279c5af8ed63f05c87a743dcadbf048dfe78f21c436710829cfff95fe"}, + {file = "poetry_core-2.0.0.tar.gz", hash = "sha256:3317a3cc3932011a61114236b2d49883f4fb1403d2f5e97771ac0d077cfa396f"}, ] [[package]] @@ -2584,4 +2584,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ab4985acc7247473a3461bc0384f6369d1ca18f972ff1bbfc7992dfaa3c3896b" +content-hash = "727a4319cd30132d826a6a01494f86cb0a77e87b1c6c55e1c8ac662ced894e7d" diff --git a/pyproject.toml b/pyproject.toml index 01920fdba8..b5b71358b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ tenacity = "^9.0.0" psycopg2 = "^2.9.10" cosl = "^0.0.50" pydantic = "^1.10.19" -poetry-core = "^1.9.1" +poetry-core = "^2.0.0" pyOpenSSL = "^24.3.0" jinja2 = "^3.1.4" pysyncobj = "^0.3.13"