diff --git a/microservices/gatewayApi/poetry.lock b/microservices/gatewayApi/poetry.lock index 40b3b1e..d53af53 100644 --- a/microservices/gatewayApi/poetry.lock +++ b/microservices/gatewayApi/poetry.lock @@ -43,17 +43,6 @@ files = [ {file = "astroid-4.0.4.tar.gz", hash = "sha256:986fed8bcf79fb82c78b18a53352a0b287a73817d6dbcfba3162da36667c49a0"}, ] -[[package]] -name = "async-property" -version = "0.2.2" -description = "Python decorator for async properties." -optional = false -python-versions = "*" -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 = "authlib" version = "1.7.2" @@ -1601,18 +1590,17 @@ cli = ["click (>=5.0)"] [[package]] name = "python-keycloak" -version = "5.12.0" +version = "7.1.1" 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" files = [ - {file = "python_keycloak-5.12.0-py3-none-any.whl", hash = "sha256:84bfbc71638bcc3cd0cc71f1ed972895dea46b524aeac5b8d032ec4e2b2d1149"}, - {file = "python_keycloak-5.12.0.tar.gz", hash = "sha256:c915b5e164a02182ea928ca8ed51db2adcdab5ea5cd6ebcabf06536e91287b31"}, + {file = "python_keycloak-7.1.1-py3-none-any.whl", hash = "sha256:d8295bec6c4805ab7335b03bc92753c8c6258d5511b080cac061da20ae77f61c"}, + {file = "python_keycloak-7.1.1.tar.gz", hash = "sha256:38973e54694a656fe6f3f8fc2af0b89c78136863f928261f0d243445e9e486bc"}, ] [package.dependencies] aiofiles = ">=24.1.0" -async-property = ">=0.2.2" deprecation = ">=2.1.0" httpx = ">=0.23.2" jwcrypto = ">=1.5.4" @@ -2003,4 +1991,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "bbac98f5769283e6cd253b7ac25f2ee3e8e6bec9e10fa26ea58206b1652e20fc" +content-hash = "69f2982a3e2a5a2eb15881d5f409dd8935c32692b725eb9e8b984aed462ff5c3" diff --git a/microservices/gatewayApi/pyproject.toml b/microservices/gatewayApi/pyproject.toml index f11e6aa..7b72b9d 100644 --- a/microservices/gatewayApi/pyproject.toml +++ b/microservices/gatewayApi/pyproject.toml @@ -19,7 +19,7 @@ flask-cors = "6.0.5" gevent = "26.7.0" # greenlet = "2.0.2" gunicorn = "26.0.0" -python-keycloak = "5.12.0" +python-keycloak = "7.1.1" requests = "^2.32" [tool.poetry.dev-dependencies]