From 3c314874039fccf4f65f6fe2d361fb4afb283edf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 00:07:08 +0000 Subject: [PATCH] Bump the python-minor-patch group Bumps the python-minor-patch group in /2-Search-Space/search/whoogle-search with 10 updates: | Package | From | To | | --- | --- | --- | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.13.5` | `4.14.3` | | [click](https://github.com/pallets/click) | `8.3.0` | `8.4.0` | | [cssutils](https://github.com/jaraco/cssutils) | `2.11.1` | `2.15.0` | | [idna](https://github.com/kjd/idna) | `3.10` | `3.15` | | [markupsafe](https://github.com/pallets/markupsafe) | `3.0.2` | `3.0.3` | | [pyopenssl](https://github.com/pyca/pyopenssl) | `26.0.0` | `26.2.0` | | [pyparsing](https://github.com/pyparsing/pyparsing) | `3.2.5` | `3.3.2` | | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.8` | `2.8.3` | | [wcwidth](https://github.com/jquast/wcwidth) | `0.2.14` | `0.7.0` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.1.6` | `3.1.8` | Updates `beautifulsoup4` from 4.13.5 to 4.14.3 Updates `click` from 8.3.0 to 8.4.0 - [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.3.0...8.4.0) Updates `cssutils` from 2.11.1 to 2.15.0 - [Release notes](https://github.com/jaraco/cssutils/releases) - [Changelog](https://github.com/jaraco/cssutils/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/cssutils/compare/v2.11.1...v2.15.0) Updates `idna` from 3.10 to 3.15 - [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.10...v3.15) Updates `markupsafe` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/3.0.2...3.0.3) Updates `pyopenssl` from 26.0.0 to 26.2.0 - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/26.0.0...26.2.0) Updates `pyparsing` from 3.2.5 to 3.3.2 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/3.2.5...3.3.2) Updates `soupsieve` from 2.8 to 2.8.3 - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](https://github.com/facelessuser/soupsieve/compare/2.8...2.8.3) Updates `wcwidth` from 0.2.14 to 0.7.0 - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](https://github.com/jquast/wcwidth/compare/0.2.14...0.7.0) Updates `werkzeug` from 3.1.6 to 3.1.8 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.1.6...3.1.8) --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: click dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: cssutils dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: markupsafe dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: pyopenssl dependency-version: 26.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: pyparsing dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: soupsieve dependency-version: 2.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: wcwidth dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: werkzeug dependency-version: 3.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] (cherry picked from commit 185a71292fa93cf3a4804f1127a730041c2591be) --- .../search/whoogle-search/requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/2-Search-Space/search/whoogle-search/requirements.txt b/2-Search-Space/search/whoogle-search/requirements.txt index 2f3688be..8e97d188 100644 --- a/2-Search-Space/search/whoogle-search/requirements.txt +++ b/2-Search-Space/search/whoogle-search/requirements.txt @@ -1,34 +1,34 @@ attrs==25.3.0 -beautifulsoup4==4.13.5 +beautifulsoup4==4.14.3 brotli==1.2.0 certifi==2025.8.3 cffi==2.0.0 -click==8.3.0 +click==8.4.0 cryptography==46.0.7 -cssutils==2.11.1 +cssutils==2.15.0 defusedxml==0.7.1 Flask==3.1.3 idna==3.15 itsdangerous==2.2.0 Jinja2==3.1.6 -MarkupSafe==3.0.2 +MarkupSafe==3.0.3 more-itertools==11.0.2 packaging==26.2 pluggy==1.6.0 pycodestyle==2.14.0 pycparser==2.22 -pyOpenSSL==26.0.0 -pyparsing==3.2.5 +pyOpenSSL==26.2.0 +pyparsing==3.3.2 pytest==9.0.3 python-dateutil==2.9.0.post0 httpx[http2,socks]==0.28.1 cachetools==6.2.0 -soupsieve==2.8 +soupsieve==2.8.3 stem==1.8.2 httpcore>=1.0.9 h11>=0.16.0 validators==0.35.0 waitress==3.0.2 -wcwidth==0.2.14 -Werkzeug==3.1.6 +wcwidth==0.7.0 +Werkzeug==3.1.8 python-dotenv==1.2.2 # GHSA-mf9w-mj56-hr94 fixed floor