diff --git a/poetry.lock b/poetry.lock index 33c9b2fd5..8fab16b5d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1312,13 +1312,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]] @@ -2463,4 +2463,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5706a065f2438715378a07123a556edb706eabc58891f56faa92ddf57061f497" +content-hash = "8ac4b089de5359ee90b7bccbd4cc8ab0495d76f289560f1077f0de7efaabba80" diff --git a/pyproject.toml b/pyproject.toml index cb3a63a01..4c1f9b68c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ cryptography = "^44.0.0" jsonschema = "^4.23.0" tenacity = "^9.0.0" cosl = "^0.0.45" -poetry-core = "^1.9.1" +poetry-core = "^2.0.0" lightkube = "^0.15.5" lightkube-models = "^1.29.0.6" pydantic = "^1.10.19"