diff --git a/poetry.lock b/poetry.lock index fd17835..cc0a23f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiohttp" @@ -495,13 +495,13 @@ files = [ [[package]] name = "kubernetes-asyncio" -version = "30.1.0" +version = "30.1.1" description = "Kubernetes asynchronous python client" optional = false python-versions = "*" files = [ - {file = "kubernetes_asyncio-30.1.0-py3-none-any.whl", hash = "sha256:bad37e5de8e2978196d91e818c8800e779bdf19e0266a172c3bd31ecf9a52373"}, - {file = "kubernetes_asyncio-30.1.0.tar.gz", hash = "sha256:bf632631e5716dcfca289dc1f37f882c5e2198c4d223ac168a5cd85f3d481ba8"}, + {file = "kubernetes_asyncio-30.1.1-py3-none-any.whl", hash = "sha256:3bb40d906ba37f5553bbf0ee9b69947bf14b93c481ed69e2a5ab02aa6ded33d7"}, + {file = "kubernetes_asyncio-30.1.1.tar.gz", hash = "sha256:7523f8650bedb0c9cf5264f2b043ee94fab9b0d29a142c63d59d435bd9df66d7"}, ] [package.dependencies] @@ -509,7 +509,6 @@ aiohttp = ">=3.9.0,<4.0.0" certifi = ">=14.05.14" python-dateutil = ">=2.5.3" pyyaml = ">=3.12" -setuptools = ">=21.0.0" six = ">=1.9.0" urllib3 = ">=1.24.2" @@ -1088,4 +1087,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "eca48e9b618fd0d2e245a326901c583d6384825ae479ecd9b0f36b53aaa6407e" +content-hash = "947a83f228986f1dad569357c78adb10d0982092ef9ef8aac0052df8a6ee3f0a" diff --git a/pyproject.toml b/pyproject.toml index 4f0448c..09d0a62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python = ">=3.11,<3.13" requests = "^2.32.3" argparse = "^1.4.0" PyYAML = "^6.0.1" -kubernetes-asyncio = "^30.1.0" +kubernetes-asyncio = "^30.1.1" DateTime = "^5.5" pytz = "^2024.1"