aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-08 03:12:14 +0000
committerGravatar GitHub <[email protected]>2023-11-08 03:12:14 +0000
commit18ca84524f2b227ceac2324a106a61029ec05bff (patch)
tree50bd5b48143422bb6058e3ad16d8240e339d3ec2
parentBump rapidfuzz from 3.4.0 to 3.5.2 (#2801) (diff)
Bump tldextract from 5.0.1 to 5.1.0 (#2803)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock11
-rw-r--r--pyproject.toml2
2 files changed, 8 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 5fe366d8f..17773107c 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2152,13 +2152,13 @@ tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version >= \"3.7\" and py
[[package]]
name = "tldextract"
-version = "5.0.1"
+version = "5.1.0"
description = "Accurately separates a URL's subdomain, domain, and public suffix, using the Public Suffix List (PSL). By default, this includes the public ICANN TLDs and their exceptions. You can optionally support the Public Suffix List's private domains as well."
optional = false
python-versions = ">=3.8"
files = [
- {file = "tldextract-5.0.1-py3-none-any.whl", hash = "sha256:8322fa2b73d9572c6bde31e96f66b694abb86d85b32ed6082593da806a6d33b4"},
- {file = "tldextract-5.0.1.tar.gz", hash = "sha256:ac1c5daa02616e9c2608f5fb6dd93049db03d0cf46c7f6fad46e2850a984f019"},
+ {file = "tldextract-5.1.0-py3-none-any.whl", hash = "sha256:c8eecb15f556b43db6eebd21667640fb6fba9bc9539b48707432014913a78d13"},
+ {file = "tldextract-5.1.0.tar.gz", hash = "sha256:366acfb099c7eb5dc83545c391d73da6e3afe4eaec652417c3cf13b002a160e1"},
]
[package.dependencies]
@@ -2167,6 +2167,9 @@ idna = "*"
requests = ">=2.1.0"
requests-file = ">=1.4"
+[package.extras]
+testing = ["black", "mypy", "pytest", "pytest-gitignore", "pytest-mock", "responses", "ruff", "tox", "types-filelock", "types-requests"]
+
[[package]]
name = "tomli"
version = "2.0.1"
@@ -2338,4 +2341,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "22ac28d82b3e850de8efb0d8411956b23082fabebba7f56e3ca9054a0053effd"
+content-hash = "a024e86ab323c0a4e1269bc5d022cc5f0a5009e9b42d81b5916216a204f65d49"
diff --git a/pyproject.toml b/pyproject.toml
index 97d833f7a..8d4b1464e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ python-frontmatter = "1.0.0"
rapidfuzz = "3.5.2"
regex = "2023.10.3"
sentry-sdk = "1.34.0"
-tldextract = "5.0.1"
+tldextract = "5.1.0"
pydantic = "2.0.3"
pydantic-settings = "2.0.3"