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.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 3ff869f commit 7e68a2a
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.3.2",
"coverage==7.6.1",
"python-keycloak>=3.9.1,<4.0.0",
"python-keycloak>=3.9.1,<5.0.0",
]

doc = [
Expand Down

0 comments on commit 7e68a2a

Please sign in to comment.