From 4fe405886e3473479d6615564ecda4fb4bb0cd11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 22:44:03 +0200 Subject: [PATCH] Update tlds requirement from >=2026021400 to >=2026041800 (#6104) Updates the requirements on [tlds](https://github.com/kichik/tlds) to permit the latest version. - [Commits](https://github.com/kichik/tlds/commits) --- updated-dependencies: - dependency-name: tlds dependency-version: '2026041800' dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 549881636e..1f7344a09e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ dependencies = [ "sepaxml==2.7.*", "stripe==7.9.*", "text-unidecode==1.*", - "tlds>=2026021400", + "tlds>=2026041800", "tqdm==4.*", "ua-parser==1.0.*", "vobject==0.9.*",