Skip to content

Commit

Permalink
Update protobuf requirement from 5.28.1 to 5.28.2
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.28.1...v5.28.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 2944144 commit 64fd7dc
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 @@ -22,7 +22,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
protobuf = "5.28.1"
protobuf = "5.28.2"
grpcio = "1.66.2"
grpcio-tools = "1.66.1"
jsonpickle = ">=3.0,<3.4"
Expand Down

0 comments on commit 64fd7dc

Please sign in to comment.