diff --git a/poetry.lock b/poetry.lock index 938630c7f6..f1f8bb3aab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1378,13 +1378,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]] @@ -2488,4 +2488,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4c422a90dd4a96409c8a0a6720c61e7da3b109d7832a16a0ba8ffedfaf13f8b0" +content-hash = "2d69f4a8e39713cfc3a91770a49143b74a613d34ea00b2360bb9c0f4679d8c51" diff --git a/pyproject.toml b/pyproject.toml index 43caafd894..a171ed29a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requests = "^2.32.3" tenacity = "^9.0.0" cosl = "^0.0.45" pydantic = "^1.10.19" -poetry-core = "^1.9.1" +poetry-core = "^2.0.0" jsonschema = "^4.23.0" jinja2 = "^3.1.4" lightkube = "^0.15.5"