Skip to content

Commit

Permalink
Update protobuf requirement from ==5.27.* to ==5.28.* (#399)
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.27.0-rc1...v5.28.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent ae0484a commit 5c37ae9
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 @@ -83,7 +83,7 @@ dependencies = [
'packaging',
'tlds>=2020041600',
'text-unidecode==1.*',
'protobuf==5.27.*',
'protobuf==5.28.*',
'cryptography>=3.4.2',
'pycryptodome==3.20.*',
'sepaxml==2.6.*',
Expand Down

0 comments on commit 5c37ae9

Please sign in to comment.