From 98cc7b210be7f0f12f10f57a7c14db7fffd5c72a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 20:06:51 +0000 Subject: [PATCH] build(deps): bump chia-blockchain from 2.0.0 to 2.3.1 Bumps [chia-blockchain](https://github.com/Chia-Network/chia-blockchain) from 2.0.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.0.0...2.3.1) --- updated-dependencies: - dependency-name: chia-blockchain dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index aabbc87..ac139c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -chia-blockchain==2.0.0 +chia-blockchain==2.3.1 blspy==2.0.3 setuptools~=67.6.1 aiosqlite==0.20.0 diff --git a/setup.py b/setup.py index 6dbd89d..adf27c1 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(fname): dependencies = [ - "chia-blockchain==2.0.0", + "chia-blockchain==2.3.1", "blspy==2.0.3", "setuptools~=56.1.0", "aiosqlite==0.20.0",