From 7a81ac7b19ea735e6ef5f0b282cda96f2e9d3c9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 06:09:20 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 7 updates Bumps the pip group with 7 updates in the /test directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `23.11.0` | `26.3.1` | | [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2024.7.4` | | [h11](https://github.com/python-hyper/h11) | `0.14.0` | `0.16.0` | | [idna](https://github.com/kjd/idna) | `3.4` | `3.7` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `9.0.3` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.33.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.0.7` | `2.7.0` | Updates `black` from 23.11.0 to 26.3.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.11.0...26.3.1) Updates `certifi` from 2023.7.22 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) Updates `h11` from 0.14.0 to 0.16.0 - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) Updates `idna` from 3.4 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7) Updates `pytest` from 7.4.3 to 9.0.3 - [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/7.4.3...9.0.3) Updates `requests` from 2.31.0 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.33.0) Updates `urllib3` from 2.0.7 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.0.7...2.7.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production dependency-group: pip - dependency-name: certifi dependency-version: 2024.7.4 dependency-type: direct:production dependency-group: pip - dependency-name: h11 dependency-version: 0.16.0 dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-version: '3.7' dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- test/requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/requirements.txt b/test/requirements.txt index 1012171..44249d9 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -6,10 +6,10 @@ asttokens==2.4.1 attrs==23.1.0 autoflake==2.2.1 based58==0.1.1 -black==23.11.0 +black==26.3.1 borsh-construct==0.1.0 cachetools==4.2.4 -certifi==2023.7.22 +certifi==2024.7.4 charset-normalizer==3.3.2 click==8.1.7 construct==2.10.68 @@ -19,10 +19,10 @@ docopt==0.6.2 exceptiongroup==1.1.3 executing==2.0.1 genpy==2022.1 -h11==0.14.0 +h11==0.16.0 httpcore==0.16.3 httpx==0.23.3 -idna==3.4 +idna==3.7 iniconfig==2.0.0 ipython==8.17.2 jedi==0.19.1 @@ -47,11 +47,11 @@ py==1.11.0 pyflakes==3.1.0 Pygments==2.16.1 pyheck==0.1.5 -pytest==7.4.3 +pytest==9.0.3 pytest-asyncio==0.21.1 pytest-xprocess==0.18.1 pytools==2023.1.1 -requests==2.31.0 +requests==2.33.0 rfc3986==1.5.0 six==1.16.0 sniffio==1.3.0 @@ -66,7 +66,7 @@ traitlets==5.13.0 typer==0.9.0 types-cachetools==4.2.10 typing_extensions==4.8.0 -urllib3==2.0.7 +urllib3==2.7.0 wcwidth==0.2.9 websockets==10.4 yarg==0.1.9