diff options
| author | 2022-08-23 10:39:39 +0100 | |
|---|---|---|
| committer | 2022-08-23 10:39:39 +0100 | |
| commit | 7f823bc3c269d8be061a1b05fea6a4df0fcc7db2 (patch) | |
| tree | c2a247f452ac5d66e0467d44b0a1327005d97044 /pyproject.toml | |
| parent | Merge 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.toml | 2 |
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" |