From a6a88eb691ff0d679e4033dff26025dee78c4d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jan 2022 07:40:37 +1300 Subject: [PATCH] Bump types-protobuf from 3.18.3 to 3.19.4 (#163) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 113d737..04506dd 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -3,7 +3,7 @@ black==21.12b0 flake8==4.0.1 isort==5.10.1 mypy==0.930 -types-protobuf==3.18.3 +types-protobuf==3.19.4 pytest>=6.2.4,<7 pytest-asyncio>=0.15.1,<1 mock>=4.0.3,<5