From fe8fc9ede03df109281ec3d7460c0650a373e7ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:18:28 +0000 Subject: [PATCH] chore(deps): bump the python-minor-patch group across 1 directory with 9 updates Bumps the python-minor-patch group with 9 updates in the /2-Search-Space/search/whoogle-search directory: | Package | From | To | | --- | --- | --- | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.14.3` | `4.15.0` | | [cffi](https://github.com/python-cffi/cffi) | `2.0.0` | `2.1.0` | | [click](https://github.com/pallets/click) | `8.4.0` | `8.4.2` | | [idna](https://github.com/kjd/idna) | `3.15` | `3.18` | | [more-itertools](https://github.com/more-itertools/more-itertools) | `11.0.2` | `11.1.0` | | [pyopenssl](https://github.com/pyca/pyopenssl) | `26.2.0` | `26.3.0` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.8.3` | `2.8.4` | | [wcwidth](https://github.com/jquast/wcwidth) | `0.7.0` | `0.8.2` | Updates `beautifulsoup4` from 4.14.3 to 4.15.0 Updates `cffi` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v2.0.0...v2.1.0) Updates `click` from 8.4.0 to 8.4.2 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/click/compare/8.4.0...8.4.2) 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 `pyopenssl` from 26.2.0 to 26.3.0 - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/26.2.0...26.3.0) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.1) 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) Updates `wcwidth` from 0.7.0 to 0.8.2 - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](https://github.com/jquast/wcwidth/compare/0.7.0...0.8.2) --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: cffi dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: click dependency-version: 8.4.2 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: pyopenssl dependency-version: 26.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: pytest dependency-version: 9.1.1 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 - dependency-name: wcwidth dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- .../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 959db301..1d6c6513 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.14.3 +beautifulsoup4==4.15.0 brotli==1.2.0 certifi==2025.8.3 -cffi==2.0.0 -click==8.4.0 +cffi==2.1.0 +click==8.4.2 cryptography==48.0.1 # GHSA-537c-gmf6-5ccf fixed floor 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 pycparser==2.22 -pyOpenSSL==26.2.0 +pyOpenSSL==26.3.0 pyparsing==3.3.2 -pytest==9.0.3 +pytest==9.1.1 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 validators==0.35.0 waitress==3.0.2 -wcwidth==0.7.0 +wcwidth==0.8.2 Werkzeug==3.1.8 python-dotenv==1.2.2 # GHSA-mf9w-mj56-hr94 fixed floor