Skip to content

Commit 709ef90

Browse files
deps(dev): update protobuf requirement from >=4.25.0 to >=7.34.1
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.34.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c1a385 commit 709ef90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dev = [
3838
"pytest-cov>=7.1.0",
3939
]
4040
full = [
41-
"protobuf>=4.25.0",
41+
"protobuf>=7.34.1",
4242
]
4343

4444
[project.scripts]

0 commit comments

Comments
 (0)