ansys / pyhps

A Python client for Ansys HPC Platform Services (HPS)
https://hps.docs.pyansys.com/
MIT License
0 stars 0 forks source link

Update python-keycloak requirement from <4.0.0,>=3.9.1 to >=3.9.1,<5.0.0 #396

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Updates the requirements on python-keycloak to permit the latest version.

Changelog

Sourced from python-keycloak's changelog.

v4.0.0 (2024-04-27)

BREAKING CHANGE

  • changes signatures significantly
  • Many attributes removed from the admin class

Feat

  • Merge pull request #556 from marcospereirampj/release/4.0.0
  • re-enable full group hierarchy fetching

Fix

  • removed dead code, stabilized tests
  • removed deprecated functionality

Refactor

  • refactored decode_token

v3.12.0 (2024-04-10)

Feat

  • allows retrieval of realm and client level roles for a user (#512)

v3.11.1 (2024-04-08)

Fix

  • lowercase default role name (#547)

v3.11.0 (2024-04-08)

Feat

  • add admin group count (#540)

v3.10.2 (2024-04-08)

Fix

  • fix keycloak_admin.create_user documentation/ typehint (#545)

v3.10.1 (2024-04-07)

Fix

  • improve KeycloakAdmin.get_client_id() performances (#511)

... (truncated)

Commits
  • 6ec4998 feat: Merge pull request #556 from marcospereirampj/release/4.0.0
  • 4bd55ba fix: removed dead code, stabilized tests
  • d3fc5d9 docs: updated readme
  • 4dc5b0a refactor: refactored decode_token
  • f0c731b feat: re-enable full group hierarchy fetching
  • 9f57480 test: added missing tests
  • 7692582 test: updated tests not to use deprecated attributes
  • 333a1ed fix: removed deprecated functionality
  • 31e4057 chore: updated dependencies, moved docs into separate poetry group
  • af3d596 test: fix match
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.