From 07dc08be90c498a59c4d143ec60f1dfb748dafa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 15:49:06 +0000 Subject: [PATCH] build(deps): bump chia-blockchain from 2.4.4 to 2.6.0 Bumps [chia-blockchain](https://github.com/Chia-Network/chia-blockchain) from 2.4.4 to 2.6.0. - [Release notes](https://github.com/Chia-Network/chia-blockchain/releases) - [Changelog](https://github.com/Chia-Network/chia-blockchain/blob/main/CHANGELOG.md) - [Commits](https://github.com/Chia-Network/chia-blockchain/compare/2.4.4...2.6.0) --- updated-dependencies: - dependency-name: chia-blockchain dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a1a60d1..2d89710 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -chia-blockchain==2.4.4 +chia-blockchain==2.6.0 blspy==2.0.3 setuptools~=75.6.0 aiosqlite==0.20.0 diff --git a/setup.py b/setup.py index d7e1a7d..170d580 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(fname): dependencies = [ - "chia-blockchain==2.4.4", + "chia-blockchain==2.6.0", "chia_rs>=0.5.2", "setuptools>=56.1,<75.7", "aiosqlite==0.20.0",