Skip to content

Commit

Permalink
Update python-keycloak requirement
Browse files Browse the repository at this point in the history
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](marcospereirampj/python-keycloak@v1.5.0...v3.7.0)

---
updated-dependencies:
- dependency-name: python-keycloak
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent c36b32f commit 22d41b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 22d41b6

Please sign in to comment.