From cb6f45de8a240ced50703b8e18772372626a626d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 12:22:23 +0000 Subject: [PATCH] Bump python-keycloak from 3.7.0 to 5.5.1 Bumps [python-keycloak](https://github.com/marcospereirampj/python-keycloak) from 3.7.0 to 5.5.1. - [Changelog](https://github.com/marcospereirampj/python-keycloak/blob/master/CHANGELOG.md) - [Commits](https://github.com/marcospereirampj/python-keycloak/compare/v3.7.0...v5.5.1) --- updated-dependencies: - dependency-name: python-keycloak dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1719599e0..1b96cf7b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "requests==2.32.3", "mysqlclient==2.2.4", "oic==1.6.0", - "python-keycloak==3.7.0", + "python-keycloak==5.5.1", "python-dotenv==1.0.1", "pytz==2024.2", "pydantic_schemaorg==1.0.6",