From ddbefe2ba3174d51717049c7dbc3ef5c7bab56ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:24:46 +0000 Subject: [PATCH] chore(deps): bump cosmotech-api from 5.0.0rc2 to 5.0.0 Bumps [cosmotech-api](https://github.com/Cosmo-Tech/cosmotech-api-python-client) from 5.0.0rc2 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-rc2...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 0106d0e..9595748 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "A sample Python project" authors = [{name = "Diamantis Sellis", email = "diamantis.sellis@cosmotech.com"}] license = { text = "MIT" } dependencies = [ - "cosmotech-api==5.0.0rc2", + "cosmotech-api==5.0.0", "pytest>=8.3.4", "ruff>=0.8.4", "python-keycloak~=6.0.0",