Skip to content

Commit

Permalink
Update python-keycloak requirement from ^3.2.0 to ^4.2.2
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@v3.2.0...v4.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 16, 2024
1 parent b7e1092 commit 6c226dd
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 @@ -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.2", optional = true}
drf-nested-routers = {version = "^0.94.1", optional = true}

[tool.poetry.extras]
Expand Down

0 comments on commit 6c226dd

Please sign in to comment.