From ed2ec6b0ab239ea6e583d1d7d23fc42d089639d3 Mon Sep 17 00:00:00 2001 From: Kr8s Bot Date: Mon, 20 Jan 2025 16:09:57 +0000 Subject: [PATCH] Bumping kubectl-ng pin to v0.20.0 --- examples/kubectl-ng/poetry.lock | 10 +++++----- examples/kubectl-ng/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/kubectl-ng/poetry.lock b/examples/kubectl-ng/poetry.lock index 1f252b1..8923c4b 100644 --- a/examples/kubectl-ng/poetry.lock +++ b/examples/kubectl-ng/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.0.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.0.1 and should not be changed by hand. [[package]] name = "anyio" @@ -617,14 +617,14 @@ referencing = ">=0.31.0" [[package]] name = "kr8s" -version = "0.19.1" +version = "0.20.0" description = "A Kubernetes API library" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "kr8s-0.19.1-py3-none-any.whl", hash = "sha256:ab3b9d3820ca5dd9426e67c3030b2c29b2f0ccd05a2590bf23b30adbab042056"}, - {file = "kr8s-0.19.1.tar.gz", hash = "sha256:a046bd3b31d7567fd09099212850c5e5967875a9f29b16830a58a29cefed712e"}, + {file = "kr8s-0.20.0-py3-none-any.whl", hash = "sha256:394c456f5de80fdca487dd3843a3c8118362e0695807e95313201b0356ca1e25"}, + {file = "kr8s-0.20.0.tar.gz", hash = "sha256:6d254379c567f811424f111bad5298e6bb937af6593aec52a9e95223eb44c5ca"}, ] [package.dependencies] @@ -1324,4 +1324,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "765da3ed8184897aaac0764bf1a95b1616bafa68b090ad51bce765e5ed2f1047" +content-hash = "a84626fc03d8035ac109adaa21c2ead19644b2fa6ce9eb68de1976cf00e5cb59" diff --git a/examples/kubectl-ng/pyproject.toml b/examples/kubectl-ng/pyproject.toml index c0109e6..dbc099d 100644 --- a/examples/kubectl-ng/pyproject.toml +++ b/examples/kubectl-ng/pyproject.toml @@ -10,7 +10,7 @@ packages = [{ include = "kubectl_ng" }] python = "^3.9" typer = ">=0.12" rich = "^13.3.2" -kr8s = "v0.19.1" +kr8s = "v0.20.0" [tool.poetry.group.test] optional = true