From b8d2bb186bdfa03875a0d0a8670152288aece19b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 11:30:00 +0000 Subject: [PATCH] chore(deps): update python-keycloak requirement from ~=6.0.0 to ~=7.0.2 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/v6.0.0...v7.0.2) --- updated-dependencies: - dependency-name: python-keycloak dependency-version: 7.0.2 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 0106d0e..f06b003 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~=6.0.0", + "python-keycloak~=7.0.2", "python-dotenv", "rich>=13.9.4", "textual>=1.0.0",