From 29c62869d9b57ba9a27ccee5ed0c69104026e6bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:59:00 +0000 Subject: [PATCH] chore(deps): bump cachetools in /2-Search-Space/search/whoogle-search Bumps [cachetools](https://github.com/tkem/cachetools) from 6.2.0 to 7.1.4. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v6.2.0...v7.1.4) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 2-Search-Space/search/whoogle-search/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-Search-Space/search/whoogle-search/requirements.txt b/2-Search-Space/search/whoogle-search/requirements.txt index 8e97d188..c33dff5d 100644 --- a/2-Search-Space/search/whoogle-search/requirements.txt +++ b/2-Search-Space/search/whoogle-search/requirements.txt @@ -22,7 +22,7 @@ pyparsing==3.3.2 pytest==9.0.3 python-dateutil==2.9.0.post0 httpx[http2,socks]==0.28.1 -cachetools==6.2.0 +cachetools==7.1.4 soupsieve==2.8.3 stem==1.8.2 httpcore>=1.0.9