Skip to content

Commit

Permalink
deps:(deps-dev): update protobuf requirement from <=4.24.4 to <=5.26.0
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@v2.4.1...v5.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 8881d7b commit 1ce3ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"catalogue>=2.0.0",
"numpy>=1.23.3",
"pyarrow>=8.0.0",
"protobuf<=4.24.4",
"protobuf<=5.26.0",
# Other versions give errors with pytest, super weird!
"frozendict>=2.3.4",
"coloredlogs>14.0.0",
Expand Down

0 comments on commit 1ce3ad8

Please sign in to comment.