From c8194b9137a45ea53b00251780061bdb304942dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 12:53:13 +0100 Subject: [PATCH] Bump types-protobuf from 3.19.5 to 3.19.6 (#167) --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index b119e30..6c2b8aa 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.931 -types-protobuf==3.19.5 +types-protobuf==3.19.6 pytest>=6.2.4,<7 pytest-asyncio>=0.15.1,<1 mock>=4.0.3,<5