From 4da7b4987498ee3cf486457e521f388491c7308d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 11:28:55 +0000 Subject: [PATCH] chore(deps): update python-keycloak requirement from ~=6.0.0 to ~=7.0.1 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.1) --- updated-dependencies: - dependency-name: python-keycloak dependency-version: 7.0.1 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..2432677 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.1", "python-dotenv", "rich>=13.9.4", "textual>=1.0.0",