From 12dd86af62742a319a17acac9eaf4fc0dcf929a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:40:25 +0000 Subject: [PATCH] build(deps): bump kubernetes-asyncio from 25.11.0 to 27.6.0 Bumps [kubernetes-asyncio](https://github.com/tomplus/kubernetes_asyncio) from 25.11.0 to 27.6.0. - [Changelog](https://github.com/tomplus/kubernetes_asyncio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tomplus/kubernetes_asyncio/compare/25.11.0...27.6.0) --- updated-dependencies: - dependency-name: kubernetes-asyncio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5898b18..0cb732d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -638,13 +638,13 @@ voice = ["yt-dlp (>=2022.3.8)"] [[package]] name = "kubernetes-asyncio" -version = "25.11.0" +version = "27.6.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-27.6.0-py3-none-any.whl", hash = "sha256:911c132df0c2076c85781bd8b5b83c935e5351023c73ca796302653d82dddb91"}, + {file = "kubernetes_asyncio-27.6.0.tar.gz", hash = "sha256:68d5a92dea859f0174eb3ffb93e2f64c4942e6dea44167d44f82436c5772375c"}, ] [package.dependencies] @@ -1553,4 +1553,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "72cc4e445272a0c2e6bb753f9d25384926b53577a8b933ffc08c0aa1ddb4b038" +content-hash = "1d26bbc4d8ff5eb786b3a39520a9f877ce00be39f54a8aa4b2e9c513e4000bf9" diff --git a/pyproject.toml b/pyproject.toml index c361db5..749e171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ pydis-core = "^10.3.0" pydantic-settings = "^2.0.3" loguru = "^0.7.2" -kubernetes_asyncio = "^25.11.0" +kubernetes_asyncio = "^27.6.0" tabulate = { extras = ["widechars"], version = "0.9.0" } jishaku = "2.5.1"