Skip to content

Commit

Permalink
Update protobuf requirement in /src/bindings/python
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 27, 2023
1 parent ea48786 commit 26474f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/python/requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ retrying
tox
types-pkg_resources
wheel>=0.38.1
protobuf~=3.18.1
protobuf~=4.21.12
numpy>=1.16.6,<=1.23.4

0 comments on commit 26474f0

Please sign in to comment.