From 3eb39f07d399bbb89ba9d0bf61a9e8580d886e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 16:57:39 +0000 Subject: [PATCH] Bump chia-blockchain from 2.7.0 to 2.7.1 Bumps [chia-blockchain](https://github.com/Chia-Network/chia-blockchain) from 2.7.0 to 2.7.1. - [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.7.0...2.7.1) --- updated-dependencies: - dependency-name: chia-blockchain dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ece9fb..9d62ea4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Topic :: Security :: Cryptography", ] dependencies = [ - "chia-blockchain==2.7.0", + "chia-blockchain==2.7.1", ] optional-dependencies = { dev = [ "pytest",