Skip to content

Commit a2feceb

Browse files
fix(deps): update dependency protobuf to v6.31.1
1 parent 97256e7 commit a2feceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
dependencies = [
2121
"grpcio==1.72.1",
2222
"grpcio-reflection==1.*",
23-
"protobuf==6.30.2", # Must be compatible with grpcio-tools.
23+
"protobuf==6.31.1", # Must be compatible with grpcio-tools.
2424
"pydantic==2.*",
2525
"structlog==25.*",
2626
]
@@ -47,7 +47,7 @@ detached = true
4747
path = ".venv-generate"
4848
dependencies = [
4949
"grpcio-tools==1.72.1",
50-
"protobuf==6.30.2",
50+
"protobuf==6.31.1",
5151
]
5252

5353
[tool.hatch.envs.generate.scripts]

0 commit comments

Comments
 (0)