From 77446029f2cfeba139160a8d4bf7031fc2a7b3bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:22:14 +0000 Subject: [PATCH] Update python-keycloak requirement from ^3.2.0 to ^5.0.0 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.0.0) --- updated-dependencies: - dependency-name: python-keycloak 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 eeb492e..6d1feab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ httpx = "^0.27.0" # 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.0.0", optional = true} drf-nested-routers = {version = "^0.94.1", optional = true} [tool.poetry.extras]