From 68a1b702cc12062cf2d4c0d11fee2094e412e99d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:30:37 +0000 Subject: [PATCH] Bump chia-blockchain from 2.3.1 to 2.4.0 Bumps [chia-blockchain](https://github.com/Chia-Network/chia-blockchain) from 2.3.1 to 2.4.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.3.1...2.4.0) --- updated-dependencies: - dependency-name: chia-blockchain dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e16613..72a13c9 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() dependencies = [ - "chia-blockchain==2.3.1", + "chia-blockchain==2.4.0", ] dev_dependencies = [