Skip to content

Commit

Permalink
deps: update protobuf requirement
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@v5.26.0-rc1...v5.29.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 343088c commit aea62f0
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 @@ -35,7 +35,7 @@ dependencies = [
"grpcio>=1.60,<1.69",
"grpcio-tools>=1.60,<1.69",
"numpy>=1.21.6",
"protobuf>=5.0.0,<5.29.0",
"protobuf>=5.0.0,<5.30.0",
"pymongo",
"Flask==3.1.0",
"pyjwt",
Expand Down

0 comments on commit aea62f0

Please sign in to comment.