From e2b55b558792812542174a71209905b74d094814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 15:35:12 +0000 Subject: [PATCH] Bump tomli from 2.0.1 to 2.4.1 in /python_components/crawler Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.1 to 2.4.1. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.0.1...2.4.1) --- updated-dependencies: - dependency-name: tomli dependency-version: 2.4.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..42b7bd3e 100644 --- a/python_components/crawler/requirements.txt +++ b/python_components/crawler/requirements.txt @@ -13,5 +13,5 @@ pysocks==1.7.1 pytest==8.3.5 selenium==4.34.2 tldextract==5.1.3 -tomli==2.0.1 +tomli==2.4.1 tqdm==4.67.1