aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-12 14:29:50 +0100
committerGravatar GitHub <[email protected]>2023-06-12 14:29:50 +0100
commit4b3e42cd7b26c76012259b40074054d55967b776 (patch)
tree5d909c2a28b5a1d16fceb8a92e25c38479f886ec /pyproject.toml
parentBump pytest from 7.3.1 to 7.3.2 (#2636) (diff)
Bump pydantic from 1.10.8 to 1.10.9 (#2635)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.8 to 1.10.9. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.8...v1.10.9) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 9b17d6075..97e438dc7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ rapidfuzz = "3.1.1"
regex = "2023.5.5"
sentry-sdk = "1.25.1"
tldextract = "3.4.4"
-pydantic = { version = "1.10.8", extras = ["dotenv"]}
+pydantic = { version = "1.10.9", extras = ["dotenv"]}
[tool.poetry.dev-dependencies]
coverage = "7.2.7"