aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2025-04-06 14:36:07 +0100
committerGravatar GitHub <[email protected]>2025-04-06 13:36:07 +0000
commitb35eaba2aa931f037dc5f6a6c2a3b02e4146d856 (patch)
tree6a6af59e4d4e55a2340b867f1ab4047cdd3c68ba /pyproject.toml
parentbuild(deps): bump getsentry/action-release from 1 to 3 (#318) (diff)
Numbers (#319)
* Bump deps to latest * Add numbers cog
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml13
1 files changed, 8 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 19f5a0d..234cb18 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,15 +10,15 @@ dependencies = [
"pydis-core==11.6.0",
"audioop-lts==0.2.1",
"beautifulsoup4==4.13.3",
- "humanize==4.12.1",
+ "humanize==4.12.2",
"jishaku==2.6.0",
- "kubernetes-asyncio==32.0.0",
+ "kubernetes-asyncio==32.3.0",
"loguru==0.7.3",
- "pydantic==2.10.6",
+ "pydantic==2.11.2",
"pydantic-settings==2.8.1",
"python-freeipa==1.0.9",
"python-keycloak==5.3.1",
- "sentry-sdk==2.24.0",
+ "sentry-sdk==2.25.1",
"tabulate[widechars]==0.9.0",
"wand==0.6.13",
]
@@ -29,7 +29,7 @@ description = "King Arthur is a helper for the Python Discord DevOps team."
[dependency-groups]
dev = [
"pre-commit==4.2.0",
- "ruff==0.9.6",
+ "ruff==0.11.4",
"taskipy==1.14.1",
]
@@ -37,6 +37,9 @@ dev = [
ldap = [
"bonsai<2.0.0,>=1.5.3",
]
+voice = [
+ "pynacl==1.5.0",
+]
[tool.taskipy.tasks]
all = "task lock && task precommit"