From 85c5c5a4a7d5bec173a3aaa666b0790b04c020b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 08:11:56 +0000 Subject: [PATCH] build(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/v33.1.0a1...v35.0.0) --- updated-dependencies: - dependency-name: kubernetes dependency-version: 35.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3aff6c6..f8495bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [{ name = "Syntasso", email = "hello@syntasso.io" }] license = "Apache-2.0" keywords = ["kratix", "platform-engineering", "promises", "sdk"] requires-python = ">=3.10" -dependencies = ["kubernetes >=33.0.0,<35", "PyYAML>=6.0.0,<7"] +dependencies = ["kubernetes >=33.0.0,<36", "PyYAML>=6.0.0,<7"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers",