From 85bd38c7b4eb620e85e960ca58874b9035dce489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:59:00 +0000 Subject: [PATCH] build(deps): bump types-protobuf from 4.23.0.3 to 5.27.0.20240626 Bumps [types-protobuf](https://github.com/python/typeshed) from 4.23.0.3 to 5.27.0.20240626. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-protobuf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a149526f..a1ec81e8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ dev = [ "types-termcolor==1.1.4", "types-psutil==5.8.23", "types_requests==2.31.0.20240406", - "types-protobuf==4.23.0.3", + "types-protobuf==5.27.0.20240626", ] build = [ "pyinstaller==6.4.0",