fix(deps): update dependency protobuf to v5.29.3

This commit is contained in:
renovate[bot] 2025-01-09 01:22:39 +00:00 committed by GitHub
parent 2c8b642afd
commit 8f57f81ea1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ classifiers = [
dependencies = [ dependencies = [
"grpcio==1.*", "grpcio==1.*",
"grpcio-reflection==1.*", "grpcio-reflection==1.*",
"protobuf==5.29.2", "protobuf==5.29.3",
"pydantic==2.*", "pydantic==2.*",
"structlog==24.*", "structlog==24.*",
] ]