From 954fc744652aa270d476fe405220625c21a97cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 02:48:14 +0000 Subject: [PATCH] build(deps): bump cosmotech-api from 5.0.0rc5 to 5.0.0rc6 Bumps cosmotech-api from 5.0.0rc5 to 5.0.0rc6. --- updated-dependencies: - dependency-name: cosmotech-api dependency-version: 5.0.0rc6 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 09f5a026..6f79e6cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "dynaconf", "azure-mgmt-authorization>=4.0.0", "kubernetes>=35.0.0", - "cosmotech-api==5.0.0rc5" + "cosmotech-api==5.0.0rc6" ] dynamic = ["version"] readme = {file = "README.md", content-type = "text/markdown"}