aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-02-02 15:55:22 +0000
committerGravatar Chris Lovering <[email protected]>2024-02-02 15:55:22 +0000
commit426672cd5887d694dbedce94a7df1beea2d3c559 (patch)
tree23a0664e3cc045067f331811c56b67ad4b8dd916 /pyproject.toml
parentRevert to old kubeconfig (diff)
Bump pydis-core and kubernetes_asyncio to latest
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index cbe906a..0ab3f3b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,11 +9,11 @@ license = "MIT"
python = "3.11.*"
# See https://bot-core.pythondiscord.com/ for docs.
-pydis-core = "10.5.1"
+pydis-core = "10.7.0"
pydantic-settings = "2.1.0"
loguru = "0.7.2"
-kubernetes_asyncio = "28.2.1"
+kubernetes_asyncio = "29.0.0"
tabulate = { extras = ["widechars"], version = "0.9.0" }
jishaku = "2.5.2"