diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4feb770..c39a772 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,10 +14,10 @@ dependencies = [ "kubernetes-asyncio==32.0.0", "loguru==0.7.3", "pydantic==2.10.6", - "pydantic-settings==2.8.0", + "pydantic-settings==2.8.1", "python-freeipa==1.0.9", "python-keycloak==5.3.1", - "sentry-sdk==2.22.0", + "sentry-sdk==2.24.0", "tabulate[widechars]==0.9.0", "wand==0.6.13", ] @@ -27,7 +27,7 @@ description = "King Arthur is a helper for the Python Discord DevOps team." [dependency-groups] dev = [ - "pre-commit==4.1.0", + "pre-commit==4.2.0", "ruff==0.9.6", "taskipy==1.14.1", ] |