aboutsummaryrefslogtreecommitdiffstats
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
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>
-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]