diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
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" |