From ba8f28165054b834d14376fc29f575ec203fc718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 05:13:07 +0000 Subject: [PATCH] Bump chia-blockchain from 2.7.1 to 2.7.3 Bumps [chia-blockchain](https://github.com/Chia-Network/chia-blockchain) from 2.7.1 to 2.7.3. - [Release notes](https://github.com/Chia-Network/chia-blockchain/releases) - [Changelog](https://github.com/Chia-Network/chia-blockchain/blob/2.7.3/CHANGELOG.md) - [Commits](https://github.com/Chia-Network/chia-blockchain/compare/2.7.1...2.7.3) --- updated-dependencies: - dependency-name: chia-blockchain dependency-version: 2.7.3 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..60e3ad5 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.3", ] optional-dependencies = { dev = [ "pytest",