From 42124b307f4209572c37976225e99ce9ddf99248 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:07:40 +0000 Subject: [PATCH] fix(deps): update dependency kubernetes to v33 --- python/understack-workflows/poetry.lock | 21 +++++++++++++++++---- python/understack-workflows/pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/python/understack-workflows/poetry.lock b/python/understack-workflows/poetry.lock index 9c952b570..ca22797ff 100644 --- a/python/understack-workflows/poetry.lock +++ b/python/understack-workflows/poetry.lock @@ -479,6 +479,18 @@ stevedore = ">=3.0.0" [package.extras] pifpaf = ["pifpaf (>=2.5.0)", "setuptools ; python_version >= \"3.12\""] +[[package]] +name = "durationpy" +version = "0.10" +description = "Module for converting between datetime.timedelta and Go's Duration strings." +optional = false +python-versions = "*" +groups = ["main"] +files = [ + {file = "durationpy-0.10-py3-none-any.whl", hash = "sha256:3b41e1b601234296b4fb368338fdcd3e13e0b4fb5b67345948f4f2bf9868b286"}, + {file = "durationpy-0.10.tar.gz", hash = "sha256:1fa6893409a6e739c9c72334fc65cca1f355dbdd93405d30f726deb5bde42fba"}, +] + [[package]] name = "gnureadline" version = "8.2.13" @@ -689,18 +701,19 @@ test = ["PyYAML (>=3.12)", "bandit (>=1.7.6,<1.8.0)", "betamax (>=0.7.0)", "cove [[package]] name = "kubernetes" -version = "29.0.0" +version = "33.1.0" description = "Kubernetes python client" optional = false python-versions = ">=3.6" groups = ["main"] files = [ - {file = "kubernetes-29.0.0-py2.py3-none-any.whl", hash = "sha256:ab8cb0e0576ccdfb71886366efb102c6a20f268d817be065ce7f9909c631e43e"}, - {file = "kubernetes-29.0.0.tar.gz", hash = "sha256:c4812e227ae74d07d53c88293e564e54b850452715a59a927e7e1bc6b9a60459"}, + {file = "kubernetes-33.1.0-py2.py3-none-any.whl", hash = "sha256:544de42b24b64287f7e0aa9513c93cb503f7f40eea39b20f66810011a86eabc5"}, + {file = "kubernetes-33.1.0.tar.gz", hash = "sha256:f64d829843a54c251061a8e7a14523b521f2dc5c896cf6d65ccf348648a88993"}, ] [package.dependencies] certifi = ">=14.05.14" +durationpy = ">=0.7" google-auth = ">=1.0.1" oauthlib = ">=3.2.2" python-dateutil = ">=2.5.3" @@ -1840,4 +1853,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "~3.11.0" -content-hash = "ce1fec42c674adfd8a846837d1d864aa57ff625dd5a3590d4d63b1db7820fa4c" +content-hash = "0c991d81ed23ad07c0043dd2fae5f164353283e60d8de7f63753a949ec3f473a" diff --git a/python/understack-workflows/pyproject.toml b/python/understack-workflows/pyproject.toml index 4009520bc..666fe141e 100644 --- a/python/understack-workflows/pyproject.toml +++ b/python/understack-workflows/pyproject.toml @@ -29,7 +29,7 @@ pydantic = "^2" pynautobot = "^2.2.1" python-ironicclient = "^5" sushy = "^5.3.0" -kubernetes = "29.0.0" +kubernetes = "33.1.0" understack-flavor-matcher = {path = "../understack-flavor-matcher"} [tool.peotry.group.test]