diff --git a/poetry.lock b/poetry.lock index c924567..ea78236 100644 --- a/poetry.lock +++ b/poetry.lock @@ -598,13 +598,13 @@ voice = ["yt-dlp (>=2022.3.8)"] [[package]] name = "kubernetes-asyncio" -version = "25.11.0" +version = "28.2.0" description = "Kubernetes asynchronous python client" optional = false python-versions = "*" files = [ - {file = "kubernetes_asyncio-25.11.0-py3-none-any.whl", hash = "sha256:2d8cea3793fa55745a4f9550cc08d702394b1ee328ef11ba9d9168eb92f323c7"}, - {file = "kubernetes_asyncio-25.11.0.tar.gz", hash = "sha256:29975b64a278f9d6c65935faedfe86225c036b9968cec02119fcfa9406e33a89"}, + {file = "kubernetes_asyncio-28.2.0-py3-none-any.whl", hash = "sha256:31d36b86fa151cb656b8c8de28f1f869fb05b0d7cfbc3a08e60f541ec7077b30"}, + {file = "kubernetes_asyncio-28.2.0.tar.gz", hash = "sha256:9399790ea4a41fafd5cef4017e1d8dc3e16502fe16825be0bb4f07a6deb05345"}, ] [package.dependencies] @@ -1425,4 +1425,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "6745a655d6510f74c23415e8c824602ff5bac0076eaf70863b308472967703ea" +content-hash = "c326ec0caa954a0e4a4251ddbbd6b5497c32c647a7089facc5d509d320015bed" 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"