From 2966c9799e705cb0aeca4f237357224060e8a41e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 13:04:27 +0000 Subject: [PATCH] Bump tldextract from 3.4.1 to 3.4.3 Bumps [tldextract](https://github.com/john-kurkowski/tldextract) from 3.4.1 to 3.4.3. - [Changelog](https://github.com/john-kurkowski/tldextract/blob/master/CHANGELOG.md) - [Commits](https://github.com/john-kurkowski/tldextract/compare/3.4.1...3.4.3) --- updated-dependencies: - dependency-name: tldextract dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0699809a0f..bebb0678ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2109,14 +2109,14 @@ tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version >= \"3.7\" and py [[package]] name = "tldextract" -version = "3.4.1" +version = "3.4.3" 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.1-py3-none-any.whl", hash = "sha256:26f646987b01ae2946e7491cce4aaf54129f3489a196a274e6c843ec72968313"}, - {file = "tldextract-3.4.1.tar.gz", hash = "sha256:fa9e50c4a03bede2a1d95dca620d661678484626858ccf388cf9671a0dd497a4"}, + {file = "tldextract-3.4.3-py3-none-any.whl", hash = "sha256:5ed3fd01df4e78b8b378bdff94397cd8cdb130b54d2681c40d254beadd50f69f"}, + {file = "tldextract-3.4.3.tar.gz", hash = "sha256:d3fbbfcdadbaff5d414dd8a77cfcc8c3aa811fa5470d8bad289b4c508f39d778"}, ] [package.dependencies] @@ -2290,4 +2290,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "501dc03f5e8eaa7e06bec0338eecd01139f686e40dd1e680cae3d01d1e52163d" +content-hash = "ea7cb71f3f9939164491c90fa761c95a636feb74bf069c7ca883eee305b81c50" diff --git a/pyproject.toml b/pyproject.toml index e1591f7036..97da823b60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pyyaml = "6.0" rapidfuzz = "3.0.0" regex = "2023.5.5" sentry-sdk = "1.22.2" -tldextract = "3.4.1" +tldextract = "3.4.3" pydantic = { version = "1.10.7", extras = ["dotenv"]} [tool.poetry.dev-dependencies]