diff options
| author | 2024-02-25 05:46:12 +0900 | |
|---|---|---|
| committer | 2024-02-25 05:46:12 +0900 | |
| commit | 59d6a0e7ce547678b1c28757f7084a76cc6fdf15 (patch) | |
| tree | 33e1cda6a1922c23c6012e2e386758866592b591 /pyproject.toml | |
| parent | Bump sentry-sdk from 1.40.4 to 1.40.5 (#2931) (diff) | |
| parent | Bump pydantic-settings from 2.1.0 to 2.2.1 (diff) | |
Merge pull request #2934 from python-discord/dependabot/pip/pydantic-settings-2.2.1
Bump pydantic-settings from 2.1.0 to 2.2.1
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" |