diff options
author | 2024-09-10 17:05:59 +0100 | |
---|---|---|
committer | 2024-09-10 17:05:59 +0100 | |
commit | 174198000dbc3ab36c66e59200fffc6538faf3a1 (patch) | |
tree | 63202c37a7a0e7b5cf053081c98f433507b27522 /pyproject.toml | |
parent | build(deps): bump cryptography from 43.0.0 to 43.0.1 (#268) (diff) |
fix(deps): update dependency pydantic-settings to v2.5.0 (#271)
| datasource | package | from | to |
| ---------- | ----------------- | ----- | ----- |
| pypi | pydantic-settings | 2.4.0 | 2.5.0 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index d9e872b..d8591a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ pydis-core = "11.3.1" beautifulsoup4 = "4.12.3" pydantic = "2.9.0" -pydantic-settings = "2.4.0" +pydantic-settings = "2.5.0" loguru = "0.7.2" kubernetes_asyncio = "30.3.1" tabulate = { extras = ["widechars"], version = "0.9.0" } |