From 5fd319d4964ba672e6e6e21e70970cb31abff13b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:11:20 +0000 Subject: [PATCH] chore(deps): update kubernetes requirement Updates the requirements on [kubernetes](https://github.com/kubernetes-client/python) to permit the latest version. - [Release notes](https://github.com/kubernetes-client/python/releases) - [Changelog](https://github.com/kubernetes-client/python/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes-client/python/compare/v29.0.0...v35.0.0) --- updated-dependencies: - dependency-name: kubernetes dependency-version: 35.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/project-templates/devops/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/project-templates/devops/requirements.txt b/scripts/project-templates/devops/requirements.txt index a46297e..6082232 100644 --- a/scripts/project-templates/devops/requirements.txt +++ b/scripts/project-templates/devops/requirements.txt @@ -26,7 +26,7 @@ rich>=13.7.0,<14.0.0 # Containers docker>=7.0.0,<8.0.0 -kubernetes>=29.0.0,<30.0.0 +kubernetes>=29.0.0,<36.0.0 # Testing & Quality pytest>=8.0.0,<9.0.0