Skip to content

Commit

Permalink
Update protobuf requirement in /src/frontends/paddle/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 20, 2023
1 parent 8895a86 commit d1c3dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontends/paddle/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ paddlepaddle==2.4.0
gast==0.3.3
numpy>=1.16.6,<=1.24.0
six~=1.16.0
protobuf>=3.18.1,<4.0.0
protobuf>=3.18.1,<5.0.0

0 comments on commit d1c3dac

Please sign in to comment.