From d8dcfdced184ec5463aa6f34b24f97ebadfc9520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 04:43:31 +0000 Subject: [PATCH] chore(deps): update python-keycloak requirement from >=0.26.1 to >=7.1.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/v0.26.1...v7.1.1) --- updated-dependencies: - dependency-name: python-keycloak dependency-version: 7.1.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 a3e0ba6..0aba0bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "python-dotenv>=1.0.0", "pyyaml>=6.0.1", "rich>=13.7.0", - "python-keycloak>=0.26.1", + "python-keycloak>=7.1.1", "ruff>=0.12.1", ]