From 2edbc0fb2f1bef2f7ac5099af2d7d030790fb9bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 17:21:45 -1000 Subject: [PATCH] Bump types-protobuf from 4.21.0.1 to 4.21.0.2 (#336) 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 19e7741..d97caf3 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -3,7 +3,7 @@ black==22.12.0 flake8==6.0.0 isort==5.10.1 mypy==0.991 -types-protobuf==4.21.0.1 +types-protobuf==4.21.0.2 pytest>=6.2.4,<8 pytest-asyncio>=0.15.1,<1 mock>=4.0.3,<5