Skip to content

Commit 071c5f8

Browse files
Update protobuf requirement in /tools
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.18.1...v5.29.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca38e56 commit 071c5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
h5py>=3.1.0,<3.11.0
66
onnx>=1.8.1,<=1.17.0
77
pytest>=5.0,<8.4
8-
protobuf>=3.18.1,<4.0.0
8+
protobuf>=3.18.1,<6.0.0
99
defusedxml>=0.7.1
1010
requests>=2.25.1
1111
coverage>=4.4.2,<=7.0.5

0 commit comments

Comments
 (0)