Skip to content

Commit

Permalink
Bump protobuf from 5.27.3 to 5.28.0
Browse files Browse the repository at this point in the history
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.27.3 to 5.28.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v5.27.3...v5.28.0)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent 1909352 commit 51c57ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requires-python = ">=3.8"
dependencies = [
"javaobj-py3 >= 0.4.4",
"pycryptodomex >= 3.20.0",
"protobuf >= 5.27.3,< 5.28.0"
"protobuf >= 5.27.3,< 5.29.0"
]
classifiers = [
"Environment :: Console",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
javaobj-py3==0.4.4
pycryptodomex==3.20.0
protobuf==5.27.3
protobuf==5.28.0

0 comments on commit 51c57ec

Please sign in to comment.