From 2ecdb82441ff743f45eae4d638efbc8c4c6d2b39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:49:54 +0000 Subject: [PATCH] Lock file maintenance Python dependencies --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1c675b2..2adc76c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -688,13 +688,13 @@ adal = ["adal (>=1.0.2)"] [[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] @@ -1704,4 +1704,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7c0826549992a6c7390a7c4a907ec6134c815307d27be0b40e7685dbbd9be2b2" +content-hash = "36cffeb3dc1c1d95583680c2ad74db1facbaf5da8722808c9fbfa7a91e34d74a" diff --git a/pyproject.toml b/pyproject.toml index 989ae90..1d814e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ optional = true [tool.poetry.group.integration.dependencies] pytest = "^8.3.4" -lightkube = "^0.15.7" +lightkube = "^0.15.8" pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.0", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.39.0" pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}