From 9f6d0de608c385d9d39619acab23a1b48fad90a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:26:31 +0000 Subject: [PATCH] chore(deps): bump cosmotech-api from 5.0.1 to 5.2.0 Bumps [cosmotech-api](https://github.com/Cosmo-Tech/cosmotech-api-python-client) from 5.0.1 to 5.2.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.1...5.2.0) --- updated-dependencies: - dependency-name: cosmotech-api dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cde0afe1b..28fe5e6dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "flatten_json", "dynaconf", "kubernetes>=35.0.0", - "cosmotech-api==5.0.1", + "cosmotech-api==5.2.0", "cosmotech-modeling-api==12.3.0", "ruamel.yaml" ]