From 2c3fddbb9ecf48dece7d26121e600b88bbbab3d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 19:51:14 +0000 Subject: [PATCH] Bump chia-blockchain from 2.3.0 to 2.3.1 Bumps [chia-blockchain](https://github.com/Chia-Network/chia-blockchain) from 2.3.0 to 2.3.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.3.0...2.3.1) --- updated-dependencies: - dependency-name: chia-blockchain dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d6282f0..ef1e340 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ "pytest-asyncio", "pytimeparse", "anyio", - "chia-blockchain==2.3.0", + "chia-blockchain==2.3.1", ] dev_dependencies = [