From 0c01af4653236a22517847ff43bfa37efb06b854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:52:50 +0000 Subject: [PATCH] Update kubernetes-asyncio requirement from <30 to <31 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...30.1.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 3716509c..a440fc9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ gcs = [ "google-cloud-storage<3" ] kubernetes = [ - "kubernetes_asyncio<30" + "kubernetes_asyncio<31" ] redis = [ "redis>4.5.2,<6",