From 48ea96f9da1e6a1bf035b04393ed0a5f811684bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 12:20:35 +0200 Subject: [PATCH] Bump types-protobuf from 3.17.4 to 3.17.5 (#117) Bumps [types-protobuf](https://github.com/python/typeshed) from 3.17.4 to 3.17.5. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 0d0bd7a..b886661 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -3,7 +3,7 @@ black==21.9b0 flake8==4.0.1 isort==5.9.3 mypy==0.910 -types-protobuf==3.17.4 +types-protobuf==3.17.5 pytest>=6.2.4,<7 pytest-asyncio>=0.15.1,<1 mock>=4.0.3,<5