Skip to content

Commit

Permalink
bump protobuf version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Niemeyer committed Feb 5, 2025
1 parent 106f16b commit aece206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/base/requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pre-commit==3.5.0
flatbuffers==22.12.6
protobuf== 4.21.12
protobuf==5.26.1
grpcio-tools==1.67.0
grpcio==1.67.0
imageio==2.20.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [
{name = "Mark Niemeyer", email = "[email protected]"}
]
dependencies = [
"protobuf == 4.21.12",
"protobuf == 5.26.1",
"flatbuffers == 22.12.6",
"grpcio == 1.67.0",
]
Expand Down

0 comments on commit aece206

Please sign in to comment.