From 7d13d7527af004a0f2a1c9cba925083eac36fa67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:18:38 +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.7.3) --- 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 533b5618..a0a73527 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ tests = [ "pytest==8.3.3", "coverage==7.6.8", - "python-keycloak>=3.9.1,<4.0.0", + "python-keycloak>=3.9.1,<5.0.0", ] doc = [