Skip to content

Commit

Permalink
Update protobuf requirement in /src/frontends/onnx/tests
Browse files Browse the repository at this point in the history
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/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2023
1 parent dcb3b20 commit b7a4570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontends/onnx/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ONNX - generate test models
docopt~=0.6.2
onnx==1.12.0
protobuf>=3.18.1,<4.0.0
protobuf>=3.18.1,<5.0.0

0 comments on commit b7a4570

Please sign in to comment.