From 63d661bea6d4814e029a95529db3f1b2dfc53f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 02:17:08 +0000 Subject: [PATCH] Update python-keycloak requirement from ^3.2.0 to ^5.8.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/v3.2.0...v5.8.1) --- updated-dependencies: - dependency-name: python-keycloak dependency-version: 5.8.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 926cbcd..692e4de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ httpx = "^0.28.1" # Optional dependencies for behaviours. jasmin-ldap-django = {git = "https://github.com/cedadev/jasmin-ldap-django.git", rev = "2b708c9136f31e8819ffff00fcb95567c27ed659", optional=true} -python-keycloak = {version = "^3.2.0", optional = true} +python-keycloak = {version = "^5.8.1", optional = true} drf-nested-routers = {version = "^0.94.1", optional = true} [tool.poetry.extras]