From 81c45d58d97ac2721312bbadab1b218256ac3536 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 04:08:04 +0000 Subject: [PATCH] fix(deps): update dependency protobuf to v6.31.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 13146c2..d730c19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "grpcio==1.72.1", "grpcio-reflection==1.*", - "protobuf==6.30.2", # Must be compatible with grpcio-tools. + "protobuf==6.31.1", # Must be compatible with grpcio-tools. "pydantic==2.*", "structlog==25.*", ] @@ -47,7 +47,7 @@ detached = true path = ".venv-generate" dependencies = [ "grpcio-tools==1.72.1", - "protobuf==6.30.2", + "protobuf==6.31.1", ] [tool.hatch.envs.generate.scripts]