aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-08-23 10:39:39 +0100
committerGravatar Chris Lovering <[email protected]>2022-08-23 10:39:39 +0100
commit7f823bc3c269d8be061a1b05fea6a4df0fcc7db2 (patch)
treec2a247f452ac5d66e0467d44b0a1327005d97044 /pyproject.toml
parentMerge pull request #17 from python-discord/botocore-monkeypatching (diff)
Bump kubernetes_asyncio to 24.2.2
This fixes an issue where the config reader couldn't handle bool types. See https://github.com/tomplus/kubernetes_asyncio/issues/217 https://github.com/tomplus/kubernetes_asyncio/pull/218
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 485194c..166c79e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@ bot-core = { url = "https://github.com/python-discord/bot-core/archive/refs/tags
pydantic = {extras = ["dotenv"], version = "1.9.2"}
loguru = "0.6.0"
-kubernetes_asyncio = "24.2.1"
+kubernetes_asyncio = "24.2.2"
tabulate = {extras = ["widechars"], version = "0.8.10"}
jishaku = "2.5.1"