From 2f68a0b439b32027d98680b524f43e18e9e893f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:04:21 +0000 Subject: [PATCH] Update kubernetes-asyncio requirement from <32 to <33 in /safir 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...32.0.0) --- updated-dependencies: - dependency-name: kubernetes-asyncio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- safir/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safir/pyproject.toml b/safir/pyproject.toml index f25450da..7555caf6 100644 --- a/safir/pyproject.toml +++ b/safir/pyproject.toml @@ -75,7 +75,7 @@ gcs = [ "google-cloud-storage<3" ] kubernetes = [ - "kubernetes_asyncio<32" + "kubernetes_asyncio<33" ] redis = [ "redis>4.5.2,<6",