From d5803582f1eed5018f5c2607f4dce1b476c70c59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 06:28:44 +0000 Subject: [PATCH] build(deps): bump proto-plus from 1.13.0 to 1.18.0 Bumps [proto-plus](https://github.com/googleapis/proto-plus-python) from 1.13.0 to 1.18.0. - [Release notes](https://github.com/googleapis/proto-plus-python/releases) - [Changelog](https://github.com/googleapis/proto-plus-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/googleapis/proto-plus-python/compare/v1.13.0...v1.18.0) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 40cb289..5adcb4e 100644 --- a/Pipfile +++ b/Pipfile @@ -41,7 +41,7 @@ multidict = "==5.1.0" mypy-extensions = "==0.4.3" nltk = "==3.5" pipenv = "==2020.11.15" -proto-plus = "==1.13.0" +proto-plus = "==1.18.0" protobuf = "==3.14.0" pyasn1 = "==0.4.8" pyasn1-modules = "==0.2.8"