From 8344bbcfb423347a32f737e322533148379ddcf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 16:22:30 +0000 Subject: [PATCH] Bump mypy-protobuf from 1.18 to 3.2.0 in /sdks/python Bumps [mypy-protobuf](https://github.com/dropbox/mypy-protobuf) from 1.18 to 3.2.0. - [Release notes](https://github.com/dropbox/mypy-protobuf/releases) - [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md) - [Commits](https://github.com/dropbox/mypy-protobuf/compare/v1.18...v3.2.0) --- updated-dependencies: - dependency-name: mypy-protobuf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sdks/python/build-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/build-requirements.txt b/sdks/python/build-requirements.txt index da98fb3ea431..a3c49870655d 100644 --- a/sdks/python/build-requirements.txt +++ b/sdks/python/build-requirements.txt @@ -21,7 +21,7 @@ setuptools wheel>=0.36.0 grpcio-tools==1.37.0 -mypy-protobuf==1.18 +mypy-protobuf==3.2.0 # Avoid https://github.com/pypa/virtualenv/issues/2006 distlib==0.3.1