diff options
| author | 2024-02-24 20:45:01 +0000 | |
|---|---|---|
| committer | 2024-02-24 20:45:01 +0000 | |
| commit | 54ae54f38ec80883a42025dfe234c45c5fac17b3 (patch) | |
| tree | 33e1cda6a1922c23c6012e2e386758866592b591 /pyproject.toml | |
| parent | Bump sentry-sdk from 1.40.4 to 1.40.5 (#2931) (diff) | |
Bump pydantic-settings from 2.1.0 to 2.2.1
Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.1.0 to 2.2.1.
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.1.0...v2.2.1)
---
updated-dependencies:
- dependency-name: pydantic-settings
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 c53d9e102..ffcd21925 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ regex = "2023.12.25" sentry-sdk = "1.40.5" tldextract = "5.1.1" pydantic = "2.5.2" -pydantic-settings = "2.1.0" +pydantic-settings = "2.2.1" [tool.poetry.dev-dependencies] coverage = "7.4.2" |