From ed0c50d394f859d44ebb2c1ca50ef26ec2c59455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 8 Apr 2019 07:05:34 +0000 Subject: [PATCH] Update sawtooth-sdk requirement from 1.1.3 to 1.1.4.post1 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/commits) 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..eab949cf 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.4.post1" sawtooth-signing = "1.1.3" cryptography = "2.5" protobuf = "3.6.1"