From 7b3f84c2a8421b4cba6b8f4da452b5efee616d3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 05:17:43 +0000 Subject: [PATCH] Bump chia-blockchain from 2.6.0 to 2.7.0 Bumps [chia-blockchain](https://github.com/Chia-Network/chia-blockchain) from 2.6.0 to 2.7.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.6.0...2.7.0) --- updated-dependencies: - dependency-name: chia-blockchain dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4553f18..54e4487 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Topic :: Security :: Cryptography", ] dependencies = [ - "chia-blockchain==2.6.0", + "chia-blockchain==2.7.0", ] optional-dependencies = { dev = [ "pytest",