From 22d41b6907a26170c35150b7fde36ea1907d1507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:57:00 +0000 Subject: [PATCH] Update python-keycloak requirement 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/v1.5.0...v3.7.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 3f284f37f..ca777d2fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "requests>=2.21.0", "marshmallow>=3.0.0", "marshmallow_oneofschema>=2.0.1", - "python-keycloak>=1.5.0,<=2.12.0", + "python-keycloak>=1.5.0,<=3.7.0", "setuptools;python_version>='3.12'", # Python3.12 doesn't include setuptools automatically "backoff>=2.0.0", "pydantic>=1.10.0",