From 09e9654a922b438496bc7a203ccd9fb1b1b62fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 19:42:50 +0000 Subject: [PATCH] chore(deps): bump kr8s from 0.20.9 to 0.20.12 Bumps [kr8s](https://github.com/kr8s-org/kr8s) from 0.20.9 to 0.20.12. - [Release notes](https://github.com/kr8s-org/kr8s/releases) - [Changelog](https://github.com/kr8s-org/kr8s/blob/main/docs/history.md) - [Commits](https://github.com/kr8s-org/kr8s/compare/v0.20.9...v0.20.12) --- updated-dependencies: - dependency-name: kr8s dependency-version: 0.20.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42562eaaa..eb80c22c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dependencies = [ "colorlog<7.0.0,>=6.9.0", "pyarrow-stubs>=17.16,<21.0", "gcloud-aio-storage<10.0.0,>=9.3.0", - "kr8s==0.20.9", + "kr8s==0.20.13", "structlog>=25.4.0", "pandas-gbq>=0.29.2", "dagster-sqlmesh>=0.22.0",