From 597121262c18077e469ce0e3377af4d46ce1a5b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 16:30:21 +0000 Subject: [PATCH] Update kubernetes-asyncio requirement from <28 to <29 Updates the requirements on [kubernetes-asyncio](https://github.com/tomplus/kubernetes_asyncio) to permit the latest version. - [Changelog](https://github.com/tomplus/kubernetes_asyncio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tomplus/kubernetes_asyncio/compare/v1.0.0-alpha1...28.2.0) --- updated-dependencies: - dependency-name: kubernetes-asyncio 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 9c924254..9b8c6078 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ gcs = [ "google-cloud-storage<3" ] kubernetes = [ - "kubernetes_asyncio<28" + "kubernetes_asyncio<29" ] redis = [ "redis>4.5.2,<6",