From 9834e8d10623ade91b18d6b3bf4d6700c9c66c55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 22 Apr 2019 07:18:30 +0000 Subject: [PATCH] Update sawtooth-sdk requirement from 1.1.3 to 1.1.5 Updates the requirements on [sawtooth-sdk](https://github.com/hyperledger/sawtooth-core) to permit the latest version. - [Release notes](https://github.com/hyperledger/sawtooth-core/releases) - [Commits](https://github.com/hyperledger/sawtooth-core/compare/v1.1.3...v1.1.5) Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bce1708f..831d2bf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ documentation = "https://docs.remme.io/" python = "^3.6" colorlog = "4.0.2" -sawtooth-sdk = "1.1.3" +sawtooth-sdk = "1.1.5" sawtooth-signing = "1.1.3" cryptography = "2.5" protobuf = "3.6.1"