aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock11
-rw-r--r--pyproject.toml2
2 files changed, 7 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index b5dc6bef8..bb3870538 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2169,13 +2169,13 @@ tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version >= \"3.7\" and py
[[package]]
name = "tldextract"
-version = "5.1.1"
+version = "5.1.2"
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.1.1-py3-none-any.whl", hash = "sha256:b9c4510a8766d377033b6bace7e9f1f17a891383ced3c5d50c150f181e9e1cc2"},
- {file = "tldextract-5.1.1.tar.gz", hash = "sha256:9b6dbf803cb5636397f0203d48541c0da8ba53babaf0e8a6feda2d88746813d4"},
+ {file = "tldextract-5.1.2-py3-none-any.whl", hash = "sha256:4dfc4c277b6b97fa053899fcdb892d2dc27295851ab5fac4e07797b6a21b2e46"},
+ {file = "tldextract-5.1.2.tar.gz", hash = "sha256:c9e17f756f05afb5abac04fe8f766e7e70f9fe387adb1859f0f52408ee060200"},
]
[package.dependencies]
@@ -2185,7 +2185,8 @@ 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"]
+release = ["build", "twine"]
+testing = ["black", "mypy", "pytest", "pytest-gitignore", "pytest-mock", "responses", "ruff", "syrupy", "tox", "types-filelock", "types-requests"]
[[package]]
name = "tomli"
@@ -2374,4 +2375,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "281c871ec86ea186e84ba607d46044f8af116fef45004bb243277856d643e68e"
+content-hash = "69243d9b33ca02d0fb8a5b9a72a457cbbe304a230e1f2d5ce8ed8293a2e45522"
diff --git a/pyproject.toml b/pyproject.toml
index ce6b3c780..9d76462a2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ python-frontmatter = "1.1.0"
rapidfuzz = "3.6.1"
regex = "2023.12.25"
sentry-sdk = "1.43.0"
-tldextract = "5.1.1"
+tldextract = "5.1.2"
pydantic = "2.5.2"
pydantic-settings = "2.2.1"