From 4a667747724b0f4e0bf46d845654207e193ce201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 20:24:12 +0000 Subject: [PATCH] build(deps): bump python-keycloak from 5.8.1 to 7.0.3 Bumps [python-keycloak](https://github.com/marcospereirampj/python-keycloak) from 5.8.1 to 7.0.3. - [Changelog](https://github.com/marcospereirampj/python-keycloak/blob/master/CHANGELOG.md) - [Commits](https://github.com/marcospereirampj/python-keycloak/compare/v5.8.1...v7.0.3) --- updated-dependencies: - dependency-name: python-keycloak dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 23 +++++------------------ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/poetry.lock b/poetry.lock index e8f0ecb..3a2542b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -56,18 +56,6 @@ typing_extensions = {version = ">=4.5", markers = "python_version < \"3.13\""} [package.extras] trio = ["trio (>=0.31.0)"] -[[package]] -name = "async-property" -version = "0.2.2" -description = "Python decorator for async properties." -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "async_property-0.2.2-py2.py3-none-any.whl", hash = "sha256:8924d792b5843994537f8ed411165700b27b2bd966cefc4daeefc1253442a9d7"}, - {file = "async_property-0.2.2.tar.gz", hash = "sha256:17d9bd6ca67e27915a75d92549df64b5c7174e9dc806b30a3934dc4ff0506380"}, -] - [[package]] name = "black" version = "25.11.0" @@ -1111,19 +1099,18 @@ cli = ["click (>=5.0)"] [[package]] name = "python-keycloak" -version = "5.8.1" +version = "7.0.3" description = "python-keycloak is a Python package providing access to the Keycloak API." optional = false -python-versions = "<4.0,>=3.9" +python-versions = "<4,>=3.10" groups = ["main"] files = [ - {file = "python_keycloak-5.8.1-py3-none-any.whl", hash = "sha256:f80accf3e63b6c907f0f873ffac7a07705bd89d935520ba235259ba81b9ed864"}, - {file = "python_keycloak-5.8.1.tar.gz", hash = "sha256:b99a1efc7eb8715c3a7d915005728f8ba2ee03c81cdf12210c65ce794cd148ad"}, + {file = "python_keycloak-7.0.3-py3-none-any.whl", hash = "sha256:08de2c53f742360ed228e17f812a49964c5c52dcaf2439c3a6a1ab28e287cdd6"}, + {file = "python_keycloak-7.0.3.tar.gz", hash = "sha256:13e5ac449acf5334d62550895bfcd2c08d60c8e22f61a6512a6ad9c844cf9f73"}, ] [package.dependencies] aiofiles = ">=24.1.0" -async-property = ">=0.2.2" deprecation = ">=2.1.0" httpx = ">=0.23.2" jwcrypto = ">=1.5.4" @@ -1412,4 +1399,4 @@ standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.6.3) [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "ee218ebe038e6b00e150144815610ec141fea73e90a9aaa0c57636cf2d677b71" +content-hash = "99014e730da6f9c2eeee016286c59da90d9c87ccc72de66356c3683d76278615" diff --git a/pyproject.toml b/pyproject.toml index 74ad18d..7ae31c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "regtech_api_commons", from = "src"}] python = "^3.12" fastapi = { version = "^0.128.0", extras = ["anyio=^4.4.0"]} requests = "^2.32.5" -python-keycloak = "^5.8.1" +python-keycloak = "^7.0.3" pydantic-settings = "^2.12.0" uvicorn = "^0.40.0" regtech-regex = {git = "https://github.com/cfpb/regtech-regex.git"}