From bd5b811d3766fe129e46d359426e8fab6454d69b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:21:17 +0000 Subject: [PATCH] build(deps): bump kubernetes-asyncio from 28.2.0 to 28.2.1 Bumps [kubernetes-asyncio](https://github.com/tomplus/kubernetes_asyncio) from 28.2.0 to 28.2.1. - [Changelog](https://github.com/tomplus/kubernetes_asyncio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tomplus/kubernetes_asyncio/compare/28.2.0...28.2.1) --- updated-dependencies: - dependency-name: kubernetes-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ea78236..199336a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "aiodns" @@ -598,13 +598,13 @@ voice = ["yt-dlp (>=2022.3.8)"] [[package]] name = "kubernetes-asyncio" -version = "28.2.0" +version = "28.2.1" description = "Kubernetes asynchronous python client" optional = false python-versions = "*" files = [ - {file = "kubernetes_asyncio-28.2.0-py3-none-any.whl", hash = "sha256:31d36b86fa151cb656b8c8de28f1f869fb05b0d7cfbc3a08e60f541ec7077b30"}, - {file = "kubernetes_asyncio-28.2.0.tar.gz", hash = "sha256:9399790ea4a41fafd5cef4017e1d8dc3e16502fe16825be0bb4f07a6deb05345"}, + {file = "kubernetes_asyncio-28.2.1-py3-none-any.whl", hash = "sha256:4e4d00fb015470da2b740fdd8c9b4d7000fa7b58232f6345b7f6249bcc4fc4b1"}, + {file = "kubernetes_asyncio-28.2.1.tar.gz", hash = "sha256:2a62c4f94109a9474496d1af932025f222c9fa54e7146173d64475c9efa7a18c"}, ] [package.dependencies] @@ -1425,4 +1425,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "c326ec0caa954a0e4a4251ddbbd6b5497c32c647a7089facc5d509d320015bed" +content-hash = "4aad539e2a1c858c3ccbfd95fce1b8d495fed8a0d407d9ee4befe9033e637fff" diff --git a/pyproject.toml b/pyproject.toml index 9246fa6..7672c08 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 = "28.2.0" +kubernetes_asyncio = "28.2.1" tabulate = { extras = ["widechars"], version = "0.9.0" } jishaku = "2.5.2"