From 9bdba16a6dc1af1c20836d1040193e771cbbd62f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 22:12:39 +0000 Subject: [PATCH] chore(deps): update dependency protobuf to v5.28.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bc8e3e..812e17f 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.1", "structlog==24.*"] dynamic = ["version"]