aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-08-01 20:55:19 +0200
committerGravatar GitHub <[email protected]>2024-08-01 20:55:19 +0200
commit60f1a446d4cbbd3ed17314a3620404c4bdf6860d (patch)
tree24ea8319c76786bb16f684db69a0057ec5303c5a /pyproject.toml
parentSupport slash-separated deployments in namespaces (diff)
fix(deps): update dependency pydantic-settings to v2.4.0 (#251)
| datasource | package | from | to | | ---------- | ----------------- | ----- | ----- | | pypi | pydantic-settings | 2.3.4 | 2.4.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8968ead..07b3dff 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ pydis-core = "11.3.1"
beautifulsoup4 = "4.12.3"
pydantic = "2.8.2"
-pydantic-settings = "2.3.4"
+pydantic-settings = "2.4.0"
loguru = "0.7.2"
kubernetes_asyncio = "30.1.1"
tabulate = { extras = ["widechars"], version = "0.9.0" }