Skip to content

Commit

Permalink
Update python-keycloak requirement from <4.0.0,>=3.9.1 to >=3.9.1,<5.0.0
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.9.1...v4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 7, 2024
1 parent 44acb63 commit 9442bb6
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 @@ -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 = [
Expand Down

0 comments on commit 9442bb6

Please sign in to comment.