aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-08-01 18:58:45 +0000
committerGravatar GitHub <[email protected]>2024-08-01 18:58:45 +0000
commit24ddded0179224fa9629c0111b687101e975a311 (patch)
tree3906d5c50a362bf36d62761a1ddeddf2724b2420
parentfix(deps): update dependency pydantic-settings to v2.4.0 (#251) (diff)
fix(deps): update dependency kubernetes_asyncio to v30.3.0 (#255)
| datasource | package | from | to | | ---------- | ------------------ | ------ | ------ | | pypi | kubernetes-asyncio | 30.1.1 | 30.3.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 075a9a9..c34faf9 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -822,13 +822,13 @@ typing-extensions = ">=4.5.0"
[[package]]
name = "kubernetes-asyncio"
-version = "30.1.1"
+version = "30.3.0"
description = "Kubernetes asynchronous python client"
optional = false
python-versions = "*"
files = [
- {file = "kubernetes_asyncio-30.1.1-py3-none-any.whl", hash = "sha256:3bb40d906ba37f5553bbf0ee9b69947bf14b93c481ed69e2a5ab02aa6ded33d7"},
- {file = "kubernetes_asyncio-30.1.1.tar.gz", hash = "sha256:7523f8650bedb0c9cf5264f2b043ee94fab9b0d29a142c63d59d435bd9df66d7"},
+ {file = "kubernetes_asyncio-30.3.0-py3-none-any.whl", hash = "sha256:ee3618f0fc07a51f55e53e200b0feb6e3b6a4ace16ddf25fe2504083ecee8048"},
+ {file = "kubernetes_asyncio-30.3.0.tar.gz", hash = "sha256:53c7d23389be520f85d016078fc249efe3392627215aae0a2ae834a3b99acb62"},
]
[package.dependencies]
@@ -1822,4 +1822,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "5224fbc022582d59ba9e4809d6a020dd2921a9e5c78ff9607973ca88265f95a1"
+content-hash = "591c31936c7dc68ea0ae8754d1e109fca4f74d5c8f4a7bfa367451eec96b3187"
diff --git a/pyproject.toml b/pyproject.toml
index 07b3dff..76d461c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ beautifulsoup4 = "4.12.3"
pydantic = "2.8.2"
pydantic-settings = "2.4.0"
loguru = "0.7.2"
-kubernetes_asyncio = "30.1.1"
+kubernetes_asyncio = "30.3.0"
tabulate = { extras = ["widechars"], version = "0.9.0" }
jishaku = "2.5.2"
sentry-sdk = "2.11.0"