From e5e0a31e4621a40b1163c24690a44ad8decb1c16 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2019 08:01:07 +0000 Subject: [PATCH] Update protobuf requirement from 3.6.1 to 3.9.0 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.0) 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..f4e064a2 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.0" requests = "2.21.0" pyOpenSSL = "18.0.0" aiohttp = "3.4.4"