From d861b0798e96d815dc530d7afda80e1fb2d9c544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 14:58:08 +0000 Subject: [PATCH] build(deps-dev): bump types-protobuf from 4.22.0.2 to 4.23.0.1 Bumps [types-protobuf](https://github.com/python/typeshed) from 4.22.0.2 to 4.23.0.1. - [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 0737b0a7..0157c50a 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ setuptools.setup( "types-termcolor==1.1.4", "types-psutil==5.8.23", "types_requests==2.28.1", - "types-protobuf==4.22.0.2", + "types-protobuf==4.23.0.1", ], "build": [ "pyinstaller==5.10.1",