diff options
| author | 2023-11-09 17:25:13 +0000 | |
|---|---|---|
| committer | 2023-11-09 17:25:13 +0000 | |
| commit | 77c693834124c8b7fbd62771455b6986408ba8a8 (patch) | |
| tree | 09ec1ec71d13d42a273bef97e3d153e584d63158 /pyproject.toml | |
| parent | Enable unsafe fixes and preview ruff rules (diff) | |
Bump kubernetes_asyncio to 28.2.0
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 e383e44..9246fa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ pydis-core = "10.4.0" pydantic-settings = "2.0.3" loguru = "0.7.2" -kubernetes_asyncio = "25.11.0" +kubernetes_asyncio = "28.2.0" tabulate = { extras = ["widechars"], version = "0.9.0" } jishaku = "2.5.2" |