From 6cf2926a9601ceaf92584ac32e164368e59eb902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 4 Mar 2019 06:42:56 +0000 Subject: [PATCH] Update cryptography requirement from 2.5 to 2.6.1 Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.5...2.6.1) Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4d3e1e8..393e95c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.6" colorlog = "4.0.2" sawtooth-sdk = "1.1.3" sawtooth-signing = "1.1.3" -cryptography = "2.5" +cryptography = "2.6.1" protobuf = "3.6.1" requests = "2.21.0" pyOpenSSL = "18.0.0"