From e008ee28bf46cfc83f8569180dbccd6bce19b272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 06:21:13 +0000 Subject: [PATCH] build(deps): bump proto-plus from 1.13.0 to 1.15.0 Bumps [proto-plus](https://github.com/googleapis/proto-plus-python) from 1.13.0 to 1.15.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.15.0) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 40cb289..4b31cb2 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.15.0" protobuf = "==3.14.0" pyasn1 = "==0.4.8" pyasn1-modules = "==0.2.8"