From 52dd2482b94743ac14e2f373a4d485f58a1eb304 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 3 Jun 2019 13:15:54 +0000 Subject: [PATCH] Update cryptography requirement from 2.5 to 2.7 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.7) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bce1708f..3ac12acc 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.7" protobuf = "3.6.1" requests = "2.21.0" pyOpenSSL = "18.0.0"