aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-01-03 17:02:28 +0000
committerGravatar Chris Lovering <[email protected]>2024-01-03 17:02:28 +0000
commita418704e281133ff3df579273fe656c75eec362b (patch)
tree7b3cb2f0634ad64a54c2e919ec41a2a42b36913a /pyproject.toml
parentFormat code to new ruff formatter standards (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 9246fa6..96054c8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,18 +9,18 @@ license = "MIT"
python = "3.11.*"
# See https://bot-core.pythondiscord.com/ for docs.
-pydis-core = "10.4.0"
+pydis-core = "10.5.1"
-pydantic-settings = "2.0.3"
+pydantic-settings = "2.1.0"
loguru = "0.7.2"
-kubernetes_asyncio = "28.2.0"
+kubernetes_asyncio = "28.2.1"
tabulate = { extras = ["widechars"], version = "0.9.0" }
jishaku = "2.5.2"
[tool.poetry.dev-dependencies]
-taskipy = "1.12.0"
-ruff = "0.1.5"
-pre-commit = "3.5.0"
+pre-commit = "3.6.0"
+ruff = "0.1.11"
+taskipy = "1.12.2"
[tool.taskipy.tasks]
start = "python -m arthur"