From 7995456ec52200b09ca628e389c3af5031ab46b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 22 Apr 2019 07:17:58 +0000 Subject: [PATCH] Update sawtooth-signing requirement from 1.1.3 to 1.1.5 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/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..829e3b93 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.5" cryptography = "2.5" protobuf = "3.6.1" requests = "2.21.0"