From ffc256a6a2472c52c151906b70a37a166ad7f2c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 11:21:40 +0000 Subject: [PATCH] chore(deps): update python-keycloak requirement from ~=5.8.1 to ~=6.0.0 Updates the requirements on [python-keycloak](https://github.com/marcospereirampj/python-keycloak) to permit the latest version. - [Changelog](https://github.com/marcospereirampj/python-keycloak/blob/master/CHANGELOG.md) - [Commits](https://github.com/marcospereirampj/python-keycloak/compare/v5.8.1...v6.0.0) --- updated-dependencies: - dependency-name: python-keycloak dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7b82c5..0106d0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "cosmotech-api==5.0.0rc2", "pytest>=8.3.4", "ruff>=0.8.4", - "python-keycloak~=5.8.1", + "python-keycloak~=6.0.0", "python-dotenv", "rich>=13.9.4", "textual>=1.0.0",