From 1d4cb999c30c97ca19a93ce814bdd725b101ab86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 8 Apr 2019 07:07:05 +0000 Subject: [PATCH] Update sawtooth-signing requirement from 1.1.3 to 1.1.4.post1 Updates the requirements on [sawtooth-signing](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..abcc23c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python = "^3.6" colorlog = "4.0.2" sawtooth-sdk = "1.1.3" -sawtooth-signing = "1.1.3" +sawtooth-signing = "1.1.4.post1" cryptography = "2.5" protobuf = "3.6.1" requests = "2.21.0"