From 903f22314583b0fe29eb79d5fffcf895779c683f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 02:44:55 +0000 Subject: [PATCH] build(deps): bump cosmotech-api from 5.0.0rc5 to 5.0.0 Bumps [cosmotech-api](https://github.com/Cosmo-Tech/cosmotech-api-python-client) from 5.0.0rc5 to 5.0.0. - [Release notes](https://github.com/Cosmo-Tech/cosmotech-api-python-client/releases) - [Commits](https://github.com/Cosmo-Tech/cosmotech-api-python-client/compare/5.0.0-rc5...5.0.0) --- updated-dependencies: - dependency-name: cosmotech-api dependency-version: 5.0.0 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 30898ffb..23822d16 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.0" ] dynamic = ["version"] readme = {file = "README.md", content-type = "text/markdown"}