From cec3b613051c31b63d4d09fbd4ba0446d8d8d5ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 04:37:36 +0000 Subject: [PATCH] Update types-protobuf requirement --- updated-dependencies: - dependency-name: types-protobuf dependency-version: 6.30.2.20250703 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ba0167..cf86086 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ grpcio-tools = "1.71.0" jsonpickle = ">=3.0,<4.2" pymitter = ">=0.4,<1.1" typing-extensions = ">=4.11,<4.15" -types-protobuf = "6.30.2.20250516" +types-protobuf = "6.30.2.20250703" pympler = "1.1" numpy = "2.0.2"