From a13c928e12b3926dc4729970f294dc9d618b6c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 04:11:01 +0000 Subject: [PATCH] Update types-protobuf requirement --- updated-dependencies: - dependency-name: types-protobuf dependency-version: 6.30.2.20250914 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 84f655a..bfef670 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ grpcio-tools = "1.71.2" jsonpickle = ">=3.0,<4.2" pymitter = ">=0.4,<1.2" typing-extensions = ">=4.11,<4.15" -types-protobuf = "6.30.2.20250809" +types-protobuf = "6.30.2.20250914" pympler = "1.1" numpy = "2.0.2"