aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-04-25 17:22:58 +0100
committerGravatar Chris Lovering <[email protected]>2025-04-25 17:22:58 +0100
commit00614d4f466e88c90fdf2d25649a2004a166c503 (patch)
treebdf8655485c9676334794c5cd3aeaf79566158ad /pyproject.toml
parentUpdate uv in docker image (diff)
Bump deps to latest
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 333f209..c384fd6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,16 +9,16 @@ requires-python = "~=3.13.0"
dependencies = [
"pydis-core==11.6.0",
"audioop-lts==0.2.1",
- "beautifulsoup4==4.13.3",
+ "beautifulsoup4==4.13.4",
"humanize==4.12.2",
"jishaku==2.6.0",
"kubernetes-asyncio==32.3.0",
"loguru==0.7.3",
- "pydantic==2.11.2",
- "pydantic-settings==2.8.1",
+ "pydantic==2.11.3",
+ "pydantic-settings==2.9.1",
"python-freeipa==1.0.9",
- "python-keycloak==5.3.1",
- "sentry-sdk==2.25.1",
+ "python-keycloak==5.5.0",
+ "sentry-sdk==2.27.0",
"tabulate[widechars]==0.9.0",
"wand==0.6.13",
"asyncssh==2.20.0",
@@ -30,7 +30,7 @@ description = "King Arthur is a helper for the Python Discord DevOps team."
[dependency-groups]
dev = [
"pre-commit==4.2.0",
- "ruff==0.11.4",
+ "ruff==0.11.7",
"taskipy==1.14.1",
]