aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index d89654ff3..80f1698dc 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2081,14 +2081,14 @@ tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version >= \"3.7\" and py
[[package]]
name = "tldextract"
-version = "3.4.0"
+version = "3.4.1"
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."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
- {file = "tldextract-3.4.0-py3-none-any.whl", hash = "sha256:47aa4d8f1a4da79a44529c9a2ddc518663b25d371b805194ec5ce2a5f615ccd2"},
- {file = "tldextract-3.4.0.tar.gz", hash = "sha256:78aef13ac1459d519b457a03f1f74c1bf1c2808122a6bcc0e6840f81ba55ad73"},
+ {file = "tldextract-3.4.1-py3-none-any.whl", hash = "sha256:26f646987b01ae2946e7491cce4aaf54129f3489a196a274e6c843ec72968313"},
+ {file = "tldextract-3.4.1.tar.gz", hash = "sha256:fa9e50c4a03bede2a1d95dca620d661678484626858ccf388cf9671a0dd497a4"},
]
[package.dependencies]
@@ -2262,4 +2262,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "2d86dcc687062904cb5445f3e75d98c069348633e9321336f0e11586ddaa2a95"
+content-hash = "046c86cddd115641638b390bf1b83f865f527fba262ce7ec4172b86fb7824a9c"
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]