From a0f0380eee4026241eca87c6017a106914560d68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 08:30:26 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 6 updates Bumps the pip group with 6 updates in the /test directory: | Package | From | To | | --- | --- | --- | | [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` | | [black](https://github.com/psf/black) | `23.11.0` | `26.3.1` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.33.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.0.7` | `2.6.3` | 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 `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 `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.6.3 - [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.6.3) --- updated-dependencies: - 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: black dependency-version: 26.3.1 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.6.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- bindings/python/poetry.lock | 16 ++++++++-------- test/requirements.txt | 12 ++++++------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bindings/python/poetry.lock b/bindings/python/poetry.lock index 23aa462..5c5b1fc 100644 --- a/bindings/python/poetry.lock +++ b/bindings/python/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "anchorpy" @@ -138,14 +138,14 @@ sumtypes = ">=0.1a5,<0.2" [[package]] name = "certifi" -version = "2025.6.15" +version = "2026.2.25" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "certifi-2025.6.15-py3-none-any.whl", hash = "sha256:2e0c7ce7cb5d8f8634ca55d2ba7e6ec2689a2fd6537d8dec1296a477a4910057"}, - {file = "certifi-2025.6.15.tar.gz", hash = "sha256:d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b"}, + {file = "certifi-2026.2.25-py3-none-any.whl", hash = "sha256:027692e4402ad994f1c42e52a4997a9763c646b73e4096e4d5d6db8af1d6f0fa"}, + {file = "certifi-2026.2.25.tar.gz", hash = "sha256:e887ab5cee78ea814d3472169153c2d12cd43b14bd03329a39a9c6e2e80bfba7"}, ] [[package]] @@ -270,14 +270,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "idna" -version = "3.10" +version = "3.11" description = "Internationalized Domain Names in Applications (IDNA)" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" groups = ["main"] files = [ - {file = "idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3"}, - {file = "idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"}, + {file = "idna-3.11-py3-none-any.whl", hash = "sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea"}, + {file = "idna-3.11.tar.gz", hash = "sha256:795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902"}, ] [package.extras] diff --git a/test/requirements.txt b/test/requirements.txt index 1012171..8b06cbc 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 @@ -51,7 +51,7 @@ pytest==7.4.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.6.3 wcwidth==0.2.9 websockets==10.4 yarg==0.1.9