diff options
author | 2025-03-08 05:01:43 +0000 | |
---|---|---|
committer | 2025-03-08 05:01:43 +0000 | |
commit | e159f6fe7b2d09c2263dd49afe732287ce6b22f6 (patch) | |
tree | 9459d4f966bccd9d4a661e901fad08b79567cd23 /pyproject.toml | |
parent | Bump taskipy from 1.14.0 to 1.14.1 (#1636) (diff) |
Bump pydantic-settings from 2.6.1 to 2.8.1 (#1652)
Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.6.1 to 2.8.1.
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.6.1...v2.8.1)
---
updated-dependencies:
- dependency-name: pydantic-settings
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[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 a99b42fc..1a072f24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ emojis = "0.7.0" lxml = "5.3.0" pillow = "11.0.0" pydantic = { version = "2.10.1", extras = ["dotenv"]} -pydantic-settings = "2.6.1" +pydantic-settings = "2.8.1" pyjokes = "0.8.3" PyYAML = "6.0.2" rapidfuzz = "3.12.2" |