From a422069b52ef222599e05a4b77ab4afd04ee6484 Mon Sep 17 00:00:00 2001 From: David Dashyan Date: Thu, 14 Jan 2021 15:57:23 +0300 Subject: [PATCH] Update bigchaindb-abci --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7f81fce0..a4e63d73 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright © 2020 Interplanetary Database Association e.V., +# Copyright © 2020, 2021 Interplanetary Database Association e.V., # BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 @@ -72,7 +72,7 @@ tests_require = [ install_requires = [ 'aiohttp==3.6.2', - 'bigchaindb-abci==1.0.5', + 'bigchaindb-abci==1.0.6', 'cryptoconditions==0.8.0', 'flask-cors==3.0.8', 'flask-restful==0.3.8',