From 605f119c32ba5bfaaa7a752674055718ee363c35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:33:38 +0000 Subject: [PATCH] Bump python-keycloak from 3.7.0 to 4.7.3 Bumps [python-keycloak](https://github.com/marcospereirampj/python-keycloak) from 3.7.0 to 4.7.3. - [Changelog](https://github.com/marcospereirampj/python-keycloak/blob/master/CHANGELOG.md) - [Commits](https://github.com/marcospereirampj/python-keycloak/compare/v3.7.0...v4.7.3) --- updated-dependencies: - dependency-name: python-keycloak 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 4c5409e2..3131c6c8 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==4.7.3", "python-dotenv==1.0.0", "pytz==2024.2", "pydantic_schemaorg==1.0.6",