From 27ab92103f8f5d79ecc2b0c6673f08585f6874f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:31:38 +0000 Subject: [PATCH] Update python-keycloak requirement from ^3.2.0 to ^4.2.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...v4.2.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 c158fcf..fbed01c 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 = "^4.2.0", optional = true} drf-nested-routers = {version = "^0.94.1", optional = true} [tool.poetry.extras]