From ea2acea668f1325c1b510f031fd933943af8eddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 14:08:45 +0000 Subject: [PATCH] build(deps-dev): bump types-protobuf from 4.21.0.5 to 4.22.0.0 Bumps [types-protobuf](https://github.com/python/typeshed) from 4.21.0.5 to 4.22.0.0. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-protobuf dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 642b0e4d..b8b32e1f 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ setuptools.setup( "types-termcolor==1.1.4", "types-psutil==5.8.23", "types_requests==2.28.1", - "types-protobuf==4.21.0.5", + "types-protobuf==4.22.0.0", ], "build": [ "pyinstaller==5.9.0",