From 6cdc242f4067485f99bc864fef21e6463c977797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 07:42:13 +0000 Subject: [PATCH] build(deps-dev): bump types-protobuf from 4.23.0.3 to 4.24.0.1 Bumps [types-protobuf](https://github.com/python/typeshed) from 4.23.0.3 to 4.24.0.1. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ad491899..43fa37dd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ dev = [ "types-termcolor==1.1.4", "types-psutil==5.8.23", "types_requests==2.31.0.2", - "types-protobuf==4.23.0.3", + "types-protobuf==4.24.0.1", ] build = [ "pyinstaller==5.10.1",