From d9000c2a66a1ee8c2afa644b784d80d1c0d3ec8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:09:04 +0200 Subject: [PATCH] Update tlds requirement from >=2020041600 to >=2026021400 (#6088) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f6989f4950..b00c1e7da4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ dependencies = [ "sepaxml==2.7.*", "stripe==7.9.*", "text-unidecode==1.*", - "tlds>=2020041600", + "tlds>=2026021400", "tqdm==4.*", "ua-parser==1.0.*", "vobject==0.9.*",