From 0924866a1d1dfbf47537e24edd2fa7f3846426be Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 08:39:06 +0000 Subject: [PATCH] Update protobuf requirement from 3.6.1 to 3.9.1 Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.6.1...v3.9.1) Signed-off-by: dependabot-preview[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bce1708f..fb7c6109 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ colorlog = "4.0.2" sawtooth-sdk = "1.1.3" sawtooth-signing = "1.1.3" cryptography = "2.5" -protobuf = "3.6.1" +protobuf = "3.9.1" requests = "2.21.0" pyOpenSSL = "18.0.0" aiohttp = "3.4.4"