From de5f6126813b0746f527c3a67e38cd8a5c004126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 05:13:07 +0000 Subject: [PATCH] Bump chia-blockchain from 2.7.1 to 2.7.2 Bumps [chia-blockchain](https://github.com/Chia-Network/chia-blockchain) from 2.7.1 to 2.7.2. - [Release notes](https://github.com/Chia-Network/chia-blockchain/releases) - [Changelog](https://github.com/Chia-Network/chia-blockchain/blob/2.7.2/CHANGELOG.md) - [Commits](https://github.com/Chia-Network/chia-blockchain/compare/2.7.1...2.7.2) --- updated-dependencies: - dependency-name: chia-blockchain dependency-version: 2.7.2 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 cf30cc8..c178027 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Topic :: Security :: Cryptography", ] dependencies = [ - "chia-blockchain==2.7.1", + "chia-blockchain==2.7.2", ] optional-dependencies = { dev = [ "pytest",