From 9442bb647b01895e31dd98762d029dfae809655c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 12:52:53 +0000 Subject: [PATCH] Update python-keycloak requirement from <4.0.0,>=3.9.1 to >=3.9.1,<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.9.1...v4.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 9ab72ab8..2c26e3c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ tests = [ "pytest==8.2.0", "coverage==7.5.1", - "python-keycloak>=3.9.1,<4.0.0", + "python-keycloak>=3.9.1,<5.0.0", ] doc = [