From 7f9b0362a1006590729626ac7c33c0f87bb3ec35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:58:49 +0000 Subject: [PATCH] chore(deps): bump the python-minor-patch group Bumps the python-minor-patch group in /2-Search-Space/search/whoogle-search with 4 updates: [click](https://github.com/pallets/click), [idna](https://github.com/kjd/idna), [more-itertools](https://github.com/more-itertools/more-itertools) and [soupsieve](https://github.com/facelessuser/soupsieve). Updates `click` from 8.4.0 to 8.4.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.4.0...8.4.1) Updates `idna` from 3.15 to 3.18 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.15...v3.18) Updates `more-itertools` from 11.0.2 to 11.1.0 - [Release notes](https://github.com/more-itertools/more-itertools/releases) - [Commits](https://github.com/more-itertools/more-itertools/compare/v11.0.2...v11.1.0) Updates `soupsieve` from 2.8.3 to 2.8.4 - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](https://github.com/facelessuser/soupsieve/compare/2.8.3...2.8.4) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: idna dependency-version: '3.18' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: more-itertools dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: soupsieve dependency-version: 2.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- 2-Search-Space/search/whoogle-search/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/2-Search-Space/search/whoogle-search/requirements.txt b/2-Search-Space/search/whoogle-search/requirements.txt index 8e97d188..bec0dabc 100644 --- a/2-Search-Space/search/whoogle-search/requirements.txt +++ b/2-Search-Space/search/whoogle-search/requirements.txt @@ -3,16 +3,16 @@ beautifulsoup4==4.14.3 brotli==1.2.0 certifi==2025.8.3 cffi==2.0.0 -click==8.4.0 +click==8.4.1 cryptography==46.0.7 cssutils==2.15.0 defusedxml==0.7.1 Flask==3.1.3 -idna==3.15 +idna==3.18 itsdangerous==2.2.0 Jinja2==3.1.6 MarkupSafe==3.0.3 -more-itertools==11.0.2 +more-itertools==11.1.0 packaging==26.2 pluggy==1.6.0 pycodestyle==2.14.0 @@ -23,7 +23,7 @@ pytest==9.0.3 python-dateutil==2.9.0.post0 httpx[http2,socks]==0.28.1 cachetools==6.2.0 -soupsieve==2.8.3 +soupsieve==2.8.4 stem==1.8.2 httpcore>=1.0.9 h11>=0.16.0