From 4d4906b2d754097377f06f87c229eb8813c27057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 08:54:20 +0000 Subject: [PATCH] chore(deps): bump kubernetes from 30.1.0 to 36.0.2 in /python Bumps [kubernetes](https://github.com/kubernetes-client/python) from 30.1.0 to 36.0.2. - [Release notes](https://github.com/kubernetes-client/python/releases) - [Changelog](https://github.com/kubernetes-client/python/blob/v36.0.2/CHANGELOG.md) - [Commits](https://github.com/kubernetes-client/python/compare/v30.1.0...v36.0.2) --- updated-dependencies: - dependency-name: kubernetes dependency-version: 36.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python/requirements-deploy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements-deploy.txt b/python/requirements-deploy.txt index 7e12dc9e9..d6707706c 100644 --- a/python/requirements-deploy.txt +++ b/python/requirements-deploy.txt @@ -3,4 +3,4 @@ grpcio==1.62.2 grpcio-tools==1.62.2 docker==7.1.0 pyyaml==6.0.1 -kubernetes==30.1.0 \ No newline at end of file +kubernetes==36.0.2 \ No newline at end of file