aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-12 10:26:59 +0000
committerGravatar GitHub <[email protected]>2023-03-12 10:26:59 +0000
commitfd7bc9cedebb253fdd936726092e99f65c4d88e3 (patch)
tree29e78d761c08eafa788941a72f26bdd067b43e33 /pyproject.toml
parentMerge pull request #2372 from python-discord/vivek/jump-url-infr-log (diff)
Bump pydantic from 1.10.5 to 1.10.6
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.5 to 1.10.6. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.6/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.5...v1.10.6) --- 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 6c8344fc9..33edf66a8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ rapidfuzz = "2.13.7"
regex = "2022.10.31"
sentry-sdk = "1.16.0"
tldextract = "3.4.0"
-pydantic = { version = "1.10.5", extras = ["dotenv"]}
+pydantic = { version = "1.10.6", extras = ["dotenv"]}
[tool.poetry.dev-dependencies]
coverage = "7.2.1"