aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a1ef17d..c0c22a9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,18 +16,18 @@ beautifulsoup4 = "4.12.3"
pydantic = "2.8.2"
pydantic-settings = "2.4.0"
loguru = "0.7.2"
-kubernetes_asyncio = "30.3.0"
+kubernetes_asyncio = "30.3.1"
tabulate = { extras = ["widechars"], version = "0.9.0" }
jishaku = "2.5.2"
sentry-sdk = "2.13.0"
humanize = "4.10.0"
wand = "0.6.13"
python-freeipa = "^1.0.8"
-python-keycloak = "^4.2.3"
+python-keycloak = "^4.3.0"
[tool.poetry.dev-dependencies]
-pre-commit = "3.7.1"
-ruff = "0.5.4"
+pre-commit = "3.8.0"
+ruff = "0.6.2"
taskipy = "1.13.0"
[tool.poetry.group.ldap]