diff options
| author | 2025-01-03 14:29:50 +0000 | |
|---|---|---|
| committer | 2025-01-03 14:29:50 +0000 | |
| commit | 39720067d466ea1f1ddac0d491b23e544bec87af (patch) | |
| tree | 9f1d7687a68a10e23e378476fbde10099644672a /pyproject.toml | |
| parent | Bump rapidfuzz from 3.10.1 to 3.11.0 (#3223) (diff) | |
Bump pydantic-settings from 2.6.1 to 2.7.1 (#3222)
Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.6.1 to 2.7.1.
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.6.1...v2.7.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 f7580cf3e..fd7bef857 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ sentry-sdk = "2.19.2" tenacity = "9.0.0" tldextract = "5.1.3" pydantic = "2.10.1" -pydantic-settings = "2.6.1" +pydantic-settings = "2.7.1" [tool.poetry.dev-dependencies] coverage = "7.6.10" |