Skip to content

Commit 27e990f

Browse files
authored
Merge pull request #146 from crossplane/renovate/protobuf-6.x
fix(deps): update dependency protobuf to v6
2 parents cf67e6d + 82e60b0 commit 27e990f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
dependencies = [
2121
"grpcio==1.71.0",
2222
"grpcio-reflection==1.*",
23-
"protobuf==5.29.3", # Must be compatible with grpcio-tools.
23+
"protobuf==6.30.2", # 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.71.0",
50-
"protobuf==5.29.3",
50+
"protobuf==6.30.2",
5151
]
5252

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

0 commit comments

Comments
 (0)