diff options
| author | 2023-08-18 04:40:24 +0000 | |
|---|---|---|
| committer | 2023-08-18 04:40:24 +0000 | |
| commit | 5c968ee717a3c6ee3a2c9bddc8d3d43dd71257c6 (patch) | |
| tree | 8e8f701c225958166fb26891d279a78c7037d37c /pyproject.toml | |
| parent | Bump emoji from 2.7.0 to 2.8.0 (#2724) (diff) | |
Bump pydantic-settings from 2.0.2 to 2.0.3 (#2721)
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 c97583025..a47667c44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ regex = "2023.8.8" sentry-sdk = "1.29.2" tldextract = "3.4.4" pydantic = "2.0.3" -pydantic-settings = "2.0.2" +pydantic-settings = "2.0.3" [tool.poetry.dev-dependencies] coverage = "7.3.0" |