diff --git a/poetry.lock b/poetry.lock index ba23883..3495726 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1379,13 +1379,13 @@ tests = ["responses"] [[package]] name = "python-keycloak" -version = "4.3.0" +version = "4.6.0" description = "python-keycloak is a Python package providing access to the Keycloak API." optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "python_keycloak-4.3.0-py3-none-any.whl", hash = "sha256:6dc1e89c38346a90bb4386850381d84fedb489a7dea19d561aaad5882ceeed72"}, - {file = "python_keycloak-4.3.0.tar.gz", hash = "sha256:c187ceee7d79f0d76d9c2ed26e3d10ce35e42a407896bf5ec15b8fb24fc0c9ce"}, + {file = "python_keycloak-4.6.0-py3-none-any.whl", hash = "sha256:bf82bf35ce38e63b925c2afd8ffbcf63a749fec4354bf19a3b59ef6ae29ef966"}, + {file = "python_keycloak-4.6.0.tar.gz", hash = "sha256:763ebd25d13f7af4532cdae6aa105355fa2602e6c0a8ea6644ade88443fa4c55"}, ] [package.dependencies] @@ -1522,13 +1522,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.14.0" +version = "2.13.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.14.0-py2.py3-none-any.whl", hash = "sha256:b8bc3dc51d06590df1291b7519b85c75e2ced4f28d9ea655b6d54033503b5bf4"}, - {file = "sentry_sdk-2.14.0.tar.gz", hash = "sha256:1e0e2eaf6dad918c7d1e0edac868a7bf20017b177f242cefe2a6bcd47955961d"}, + {file = "sentry_sdk-2.13.0-py2.py3-none-any.whl", hash = "sha256:6beede8fc2ab4043da7f69d95534e320944690680dd9a963178a49de71d726c6"}, + {file = "sentry_sdk-2.13.0.tar.gz", hash = "sha256:8d4a576f7a98eb2fdb40e13106e41f330e5c79d72a68be1316e7852cf4995260"}, ] [package.dependencies] @@ -1868,4 +1868,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "5ad065482e73b198784d789a2923522d64565aa31af451a9b21d6a8bb71c6c71" +content-hash = "e128e54331a014c644df1f13ad26f058114109ae2a2c64f36edba8fd4d7abae9" diff --git a/pyproject.toml b/pyproject.toml index ac5fefe..b34b3a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ loguru = "0.7.2" kubernetes_asyncio = "30.3.1" tabulate = { extras = ["widechars"], version = "0.9.0" } jishaku = "2.5.2" -sentry-sdk = "2.14.0" +sentry-sdk = "2.13.0" humanize = "4.10.0" wand = "0.6.13" python-freeipa = "^1.0.8"