aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-24 13:01:48 +0000
committerGravatar GitHub <[email protected]>2023-05-24 13:01:48 +0000
commitbd2096d03482d0ddeedbafa7354b6e5ddf62dd3a (patch)
tree080c96bc91571a39f276044c9039f89bb738e6b7 /pyproject.toml
parentMerge pull request #2595 from python-discord/dependabot/pip/ruff-0.0.267 (diff)
Bump pydantic from 1.10.7 to 1.10.8
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.7 to 1.10.8. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.8/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.7...v1.10.8) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8a67373bf..4f41e1100 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ rapidfuzz = "3.0.0"
regex = "2023.5.5"
sentry-sdk = "1.24.0"
tldextract = "3.4.4"
-pydantic = { version = "1.10.7", extras = ["dotenv"]}
+pydantic = { version = "1.10.8", extras = ["dotenv"]}
[tool.poetry.dev-dependencies]
coverage = "7.2.5"