From 4ba5f06a3bc00561a8297643691ffb07c474cebc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:20:29 +0000 Subject: [PATCH] chore(deps): update dependency protobuf to v5.28.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d348b45..2932f04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] -dependencies = ["grpcio==1.*", "grpcio-reflection==1.*", "protobuf==5.27.2", "structlog==24.*"] +dependencies = ["grpcio==1.*", "grpcio-reflection==1.*", "protobuf==5.28.0", "structlog==24.*"] dynamic = ["version"]