aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-29 13:39:49 +0000
committerGravatar GitHub <[email protected]>2023-04-29 13:39:49 +0000
commit8d781b082c062a41d4ba5c48ff47bbfb50edd778 (patch)
tree97d39046327032f05e5e44e29c31b254653df00c /pyproject.toml
parentBump pip-licenses from 4.2.0 to 4.3.0 (#2560) (diff)
Bump tldextract from 3.4.0 to 3.4.1 (#2565)
Bumps [tldextract](https://github.com/john-kurkowski/tldextract) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/john-kurkowski/tldextract/releases) - [Changelog](https://github.com/john-kurkowski/tldextract/blob/master/CHANGELOG.md) - [Commits](https://github.com/john-kurkowski/tldextract/compare/3.4.0...3.4.1) --- updated-dependencies: - dependency-name: tldextract 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 00b282976..258cc31b8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,7 +28,7 @@ pyyaml = "6.0"
rapidfuzz = "3.0.0"
regex = "2023.3.23"
sentry-sdk = "1.20.0"
-tldextract = "3.4.0"
+tldextract = "3.4.1"
pydantic = { version = "1.10.7", extras = ["dotenv"]}
[tool.poetry.dev-dependencies]