From f4ee5d0dee54d54f69e49acb4fdb0515c007f312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:50:16 +0000 Subject: [PATCH] build(deps-dev): update tldextract requirement from ~=3.4 to ~=5.0 Updates the requirements on [tldextract](https://github.com/john-kurkowski/tldextract) to permit the latest version. - [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...5.0.1) --- updated-dependencies: - dependency-name: tldextract dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed9fc2ae..0707e109 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "requests~=2.31", "sparqlwrapper~=2.0", "tika~=2.6", - "tldextract~=3.4", + "tldextract~=5.0", "urlextract~=1.8", "waitress~=2.1" ]