From ab61f89256737890d16e424cba61f3b54a3ff156 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 05:41:27 +0000 Subject: [PATCH] Update dependency protobuf to v5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 781b2c8..aab8aeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [] requires-python = ">= 3.9" dependencies = [ "grpcio~=1.54.2", - "protobuf~=4.23.2", + "protobuf~=5.28.2", ] [build-system]