From 3a65826f8527fcf239eb6d1ba608339daf7c246a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 09:10:24 +0000 Subject: [PATCH] chore(deps): update dependency types-protobuf to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ead66a1d..8c64205cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,7 +125,7 @@ test = [ types = [ "mypy==1.20.0", "types-grpcio~=1.0", - "types-protobuf~=6.0", + "types-protobuf~=7.34", "types-requests~=2.0", # This is required for Python 3.10 support "typing-extensions~=4.0",