diff --git a/operator/poetry.lock b/operator/poetry.lock index 2a04e2d6..4a8b252c 100644 --- a/operator/poetry.lock +++ b/operator/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -691,13 +691,13 @@ files = [ [[package]] name = "kopf" -version = "1.37.3" +version = "1.37.4" description = "Kubernetes Operator Pythonic Framework (Kopf)" optional = false python-versions = ">=3.8" files = [ - {file = "kopf-1.37.3-py3-none-any.whl", hash = "sha256:ed6338db46a7243e1e5ea86e978914ffa2b6e9cd3ba4daf374b4cedaeff3f523"}, - {file = "kopf-1.37.3.tar.gz", hash = "sha256:8d45ef8c4eff8fbccfa72da47df55208a65d5b5642ff22bff9b1ff8d9e6f1f15"}, + {file = "kopf-1.37.4-py3-none-any.whl", hash = "sha256:0e0f9984eca5d50e4b5f1fd646bdbbd9f3cf164fab9ab86a437a5e69cde629d1"}, + {file = "kopf-1.37.4.tar.gz", hash = "sha256:a940f7af4b31e345bfd052b14be330dd891173a90a2179a63d566e6f278bed63"}, ] [package.dependencies] @@ -706,7 +706,7 @@ click = "*" iso8601 = "*" python-json-logger = "*" pyyaml = "*" -typing-extensions = "*" +typing_extensions = "*" [package.extras] dev = ["certbuilder", "certvalidator", "oscrypto", "pyngrok"] @@ -1574,4 +1574,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "8fcda683db298044cf8cf2e88121c930add5ba8af9efaba0fb2b6ea4dcf772b9" +content-hash = "7cba8aafea321965f9cca734c344833b007a3c3b90cdd24b0d6fbf8f58777618" diff --git a/operator/pyproject.toml b/operator/pyproject.toml index 6a5bd256..e43bef35 100644 --- a/operator/pyproject.toml +++ b/operator/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Michael Schilonka "] [tool.poetry.dependencies] python = ">=3.9,<3.12" -kopf = "^1.37.3" +kopf = "^1.37.4" kubernetes = "^31.0.0" python-decouple = "^3.8" python-statemachine = "^2.5.0"