fix(deps): update dependency protobuf to v6.31.1

This commit is contained in:
renovate[bot] 2025-06-07 04:08:04 +00:00 committed by GitHub
parent 97256e7025
commit 81c45d58d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ classifiers = [
dependencies = [ dependencies = [
"grpcio==1.72.1", "grpcio==1.72.1",
"grpcio-reflection==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.*", "pydantic==2.*",
"structlog==25.*", "structlog==25.*",
] ]
@ -47,7 +47,7 @@ detached = true
path = ".venv-generate" path = ".venv-generate"
dependencies = [ dependencies = [
"grpcio-tools==1.72.1", "grpcio-tools==1.72.1",
"protobuf==6.30.2", "protobuf==6.31.1",
] ]
[tool.hatch.envs.generate.scripts] [tool.hatch.envs.generate.scripts]