diff --git a/poetry.lock b/poetry.lock index e8f0ecb..690d1ae 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.2" 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.2-py3-none-any.whl", hash = "sha256:0e90612f0ea57822376085426086fa636a874678b03e9676d06fb0da0bb2fe2a"}, + {file = "python_keycloak-7.0.2.tar.gz", hash = "sha256:37923f9f0c8dab67a3f3b92b5a78b639fd2461548918a8d9774bd0532fb09173"}, ] [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 = "8f57b0889b25f863ac5d8cea72346b396b872d99796c85f839000a6d298ed4a4" diff --git a/pyproject.toml b/pyproject.toml index 74ad18d..8a32bc4 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.2" pydantic-settings = "^2.12.0" uvicorn = "^0.40.0" regtech-regex = {git = "https://github.com/cfpb/regtech-regex.git"}