Skip to content

Commit

Permalink
Bump protobuf from 4.24.4 to 4.25.0
Browse files Browse the repository at this point in the history
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.24.4 to 4.25.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v4.24.4...v4.25.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 Nov 2, 2023
1 parent 473cd25 commit 6f680af
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 @ git+https://github.com/tcalmant/python-javaobj@fba64e9",
"pycryptodomex ~= 3.18",
"protobuf >= 4.24.1,< 4.25.0"
"protobuf >= 4.24.1,< 4.26.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 @ git+https://github.com/tcalmant/python-javaobj@fba64e9
pycryptodomex==3.19.0
protobuf==4.24.4
protobuf==4.25.0

0 comments on commit 6f680af

Please sign in to comment.