From 20839437222ee37444bdd660dbb94b41bf688b98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 18:17:02 +0000 Subject: [PATCH] chore(deps): bump the pip group across 3 directories with 1 update Bumps the pip group with 1 update in the /experiments/circos_diagram directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /experiments/onchain_analysis directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /webapp/backend/crystal-clear directory: [idna](https://github.com/kjd/idna). 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 `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 `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) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-version: '3.15' dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] --- experiments/circos_diagram/requirements.txt | 2 +- experiments/onchain_analysis/requirements.txt | 2 +- webapp/backend/crystal-clear/poetry.lock | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/experiments/circos_diagram/requirements.txt b/experiments/circos_diagram/requirements.txt index 504aaea..cf0b32d 100644 --- a/experiments/circos_diagram/requirements.txt +++ b/experiments/circos_diagram/requirements.txt @@ -7,7 +7,7 @@ cycler==0.12.1 dotenv==0.9.9 exceptiongroup==1.2.2 fonttools==4.60.2 -idna==3.10 +idna==3.15 kiwisolver==1.4.8 matplotlib==3.10.1 more-itertools==10.6.0 diff --git a/experiments/onchain_analysis/requirements.txt b/experiments/onchain_analysis/requirements.txt index 4a7805f..2e0c7e8 100644 --- a/experiments/onchain_analysis/requirements.txt +++ b/experiments/onchain_analysis/requirements.txt @@ -14,7 +14,7 @@ dotenv==0.9.9 executing==2.2.0 fastjsonschema==2.21.1 fonttools==4.60.2 -idna==3.10 +idna==3.15 ipykernel==6.29.5 ipython==9.0.2 ipython_pygments_lexers==1.1.1 diff --git a/webapp/backend/crystal-clear/poetry.lock b/webapp/backend/crystal-clear/poetry.lock index 144154f..88733b6 100644 --- a/webapp/backend/crystal-clear/poetry.lock +++ b/webapp/backend/crystal-clear/poetry.lock @@ -1306,19 +1306,19 @@ license = ["ukkonen"] [[package]] name = "idna" -version = "3.10" +version = "3.15" description = "Internationalized Domain Names in Applications (IDNA)" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" groups = ["main"] markers = "implementation_name == \"cpython\" or implementation_name == \"pypy\"" files = [ - {file = "idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3"}, - {file = "idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"}, + {file = "idna-3.15-py3-none-any.whl", hash = "sha256:048adeaf8c2d788c40fee287673ccaa74c24ffd8dcf09ffa555a2fbb59f10ac8"}, + {file = "idna-3.15.tar.gz", hash = "sha256:ca962446ea538f7092a95e057da437618e886f4d349216d2b1e294abfdb65fdc"}, ] [package.extras] -all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2)"] +all = ["mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2)"] [[package]] name = "iniconfig"