diff --git a/poetry.lock b/poetry.lock index c97c5cd..95491cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -965,14 +965,14 @@ cli = ["click (>=5.0)"] [[package]] name = "python-keycloak" -version = "5.3.1" +version = "5.4.0" description = "python-keycloak is a Python package providing access to the Keycloak API." optional = false python-versions = "<4.0,>=3.9" groups = ["main"] files = [ - {file = "python_keycloak-5.3.1-py3-none-any.whl", hash = "sha256:d3167d788add29d6cb3fda0629ee0f453fac9f6ee35241938488dbf9ac0635bb"}, - {file = "python_keycloak-5.3.1.tar.gz", hash = "sha256:e4bbdbdddc480d64c6211095d633bea025028eb895aa83ccdc44f90ab70eff28"}, + {file = "python_keycloak-5.4.0-py3-none-any.whl", hash = "sha256:a8298e1943b94aec793f5d0a4fa8dea544f4e408d3a89cdfa60284dce49d12b1"}, + {file = "python_keycloak-5.4.0.tar.gz", hash = "sha256:36fde559e6b62d284f7f71dd7539be73287d222af8da857aa702ac2d9364b091"}, ] [package.dependencies] @@ -1213,4 +1213,4 @@ standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.6.3) [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "1db6652e4960132a145be794b979589650e8d526e7938843a03d66806e50f3fe" +content-hash = "6be3b4c7d0176ee2c4b999ed438d5cbbfee012a16c450d8a75d87feb9cfb2092" diff --git a/pyproject.toml b/pyproject.toml index e164bb9..f7e1f93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "regtech_api_commons", from = "src"}] python = "^3.12" fastapi = { version = "^0.115.12", extras = ["anyio=^4.4.0"]} requests = "^2.32.3" -python-keycloak = "^5.3.1" +python-keycloak = "^5.4.0" pydantic-settings = "^2.8.1" uvicorn = "^0.34.0" regtech-regex = {git = "https://github.com/cfpb/regtech-regex.git"}