Skip to content

Commit d6cfa11

Browse files
fix(deps): update dependency protobuf to v6
1 parent 9efc8df commit d6cfa11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protol = "protoletariat.__main__:main"
2626
python = "^3.8"
2727
astunparse = { version = ">=1.6.3,<2", python = "<3.9" }
2828
click = ">=8,<9"
29-
protobuf = ">=3.19.1,<6"
29+
protobuf = ">=6.30.1,<7"
3030
grpcio-tools = { version = ">=1.42.0,<2", optional = true }
3131

3232
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)