Skip to content

Commit

Permalink
Update protobuf requirement in /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/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.18.1...v5.27.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 28, 2024
1 parent c764511 commit 83d1a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tensorflow>=2.5,<2.17.0
requests>=2.25.1
opencv-python>=4.5
paddlepaddle==2.6.0
protobuf>=3.18.1,<4.0.0
protobuf>=5.27.2,<6.0.0
py>=1.9.0
pytest>=5.0,<7.5
pytest-dependency==0.5.1
Expand Down

0 comments on commit 83d1a6d

Please sign in to comment.