diff options
| author | 2024-09-10 17:05:59 +0100 | |
|---|---|---|
| committer | 2024-09-10 17:05:59 +0100 | |
| commit | 174198000dbc3ab36c66e59200fffc6538faf3a1 (patch) | |
| tree | 63202c37a7a0e7b5cf053081c98f433507b27522 /poetry.lock | |
| 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 'poetry.lock')
| -rw-r--r-- | poetry.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock index e3ee87c..19e194d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1293,13 +1293,13 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pydantic-settings" -version = "2.4.0" +version = "2.5.0" description = "Settings management using Pydantic" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic_settings-2.4.0-py3-none-any.whl", hash = "sha256:bb6849dc067f1687574c12a639e231f3a6feeed0a12d710c1382045c5db1c315"}, - {file = "pydantic_settings-2.4.0.tar.gz", hash = "sha256:ed81c3a0f46392b4d7c0a565c05884e6e54b3456e6f0fe4d8814981172dc9a88"}, + {file = "pydantic_settings-2.5.0-py3-none-any.whl", hash = "sha256:eae04a3dd9adf521a4c959dcefb984e0f3b1d841999daf02f961dcc4d31d2f7f"}, + {file = "pydantic_settings-2.5.0.tar.gz", hash = "sha256:204828c02481a2e7135466b26a7d65d9e15a17d52d1d8f59cacdf9ad625e1140"}, ] [package.dependencies] @@ -1879,4 +1879,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "f16b1d5817b38d8d064f3aa441b54b4ef4407a9bc7fc707e255324c3f34ae485" +content-hash = "987c6f5734f1292b0590cdaa2d2362cd3164e8279d687daa5bcfa3aa8a03d227" |