diff --git a/poetry.lock b/poetry.lock index 3ad91fa..d2ab547 100644 --- a/poetry.lock +++ b/poetry.lock @@ -718,13 +718,13 @@ testing = ["black", "isort", "pytest (>=6,!=7.0.0)", "pytest-xdist (>=2)", "twin [[package]] name = "lightkube" -version = "0.15.7" +version = "0.15.8" description = "Lightweight kubernetes client library" optional = false python-versions = "*" files = [ - {file = "lightkube-0.15.7-py3-none-any.whl", hash = "sha256:a981101c293716fae92673aa81a8e1fced6da17742212493b9a5a366da64344b"}, - {file = "lightkube-0.15.7.tar.gz", hash = "sha256:3d61ac442025fe40594f7a9f53246c598ece0093bb9bed04ee74e4b6fb5d384f"}, + {file = "lightkube-0.15.8-py3-none-any.whl", hash = "sha256:236f6d11e9281764a8ae896ab2c28a4bc943dc0576822445064577eaa90677ba"}, + {file = "lightkube-0.15.8.tar.gz", hash = "sha256:ac950d24ddbb59904708730f13ce254b05b6255a471dfab027cbe44c4123bfc6"}, ] [package.dependencies] @@ -1944,4 +1944,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "43a43ad53beb3db45550a960d665d00e216ff6b35a64cffa983cce07e8fbb8e7" +content-hash = "0912f4a4290e055260a5efc48c93e8e98f9f059315b1db04eba1a56c714fb856" diff --git a/pyproject.toml b/pyproject.toml index 85ba56d..923b91a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requests = "^2" requests-toolbelt = "^1.0.0" prometheus-client = "^0.21.1" pydantic-settings = "^2.7.0" -lightkube = "^0.15.7" +lightkube = "^0.15.8" [tool.poetry.group.sbom-tools.dependencies] cyclonedx-bom = "^5.1.1"