From 5d971adec6d79ba1834b76063b985d65fc447a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 15:35:17 +0000 Subject: [PATCH] Bump tldextract from 5.1.3 to 5.3.1 in /python_components/crawler Bumps [tldextract](https://github.com/john-kurkowski/tldextract) from 5.1.3 to 5.3.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/5.1.3...5.3.1) --- updated-dependencies: - dependency-name: tldextract dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python_components/crawler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_components/crawler/requirements.txt b/python_components/crawler/requirements.txt index b9e4e702..d2e1196b 100644 --- a/python_components/crawler/requirements.txt +++ b/python_components/crawler/requirements.txt @@ -12,6 +12,6 @@ pymupdf==1.25.5 pysocks==1.7.1 pytest==8.3.5 selenium==4.34.2 -tldextract==5.1.3 +tldextract==5.3.1 tomli==2.0.1 tqdm==4.67.1