chore(deps): bump pydantic-settings

Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.12.0 to 2.14.2.
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.12.0...v2.14.2)

---
updated-dependencies:
- dependency-name: pydantic-settings
  dependency-version: 2.14.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-06-20 01:35:21 +00:00 committed by GitHub
parent 558acc1001
commit 54b820c5fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ dependencies = [
"aiohttp==3.14.0",
# Settings management
"pydantic==2.12.5",
"pydantic-settings==2.12.0",
"pydantic-settings==2.14.2",
"python-dotenv==1.2.2",
# Utilities
"email-validator==2.3.0",