Skip to content

Commit 2bb12e1

Browse files
fix(deps): update dependency pydantic-settings to v2.13.0 (#425)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [pydantic-settings](https://redirect.github.com/pydantic/pydantic-settings) ([changelog](https://redirect.github.com/pydantic/pydantic-settings/releases)) | `==2.12.0` → `==2.13.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/pydantic-settings/2.13.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pydantic-settings/2.13.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pydantic-settings/2.12.0/2.13.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pydantic-settings/2.12.0/2.13.0?slim=true) | --- ### Release Notes <details> <summary>pydantic/pydantic-settings (pydantic-settings)</summary> ### [`v2.13.0`](https://redirect.github.com/pydantic/pydantic-settings/compare/v2.12.0...v2.13.0) [Compare Source](https://redirect.github.com/pydantic/pydantic-settings/compare/v2.12.0...v2.13.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Dublin. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/BSStudio/bss-web-file-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47e2df2 commit 2bb12e1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"pillow==12.1.1",
1010
# this should be part of standard-no-fastapi-cloud-cli, but is missing:
1111
# see: https://github.com/fastapi/fastapi/blob/6fae64ff49e8328048872714652a4dfa15406e41/pyproject.toml#L94-L98
12-
"pydantic-settings==2.12.0",
12+
"pydantic-settings==2.13.0",
1313
# for Python 3.14 compatibility:
1414
"uvloop>=0.22.0",
1515
"pydantic_core>=2.40.0",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)