Skip to content

Commit

Permalink
build(deps): Update protobuf requirement from <4.22,>=4.21.12 to >=4.…
Browse files Browse the repository at this point in the history
…21.12,<5.29 (#385)

* build(deps): Update protobuf requirement

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@v4.22.0-rc1...v5.28.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* [GHA] Update requirements.txt on pyproject.toml changed

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bodong Yang <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 29, 2024
1 parent 57e55ad commit 4baec75
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 @@ -28,7 +28,7 @@ dependencies = [
"aiohttp>=3.10.2,<3.11",
"cryptography>=43.0.1,<44",
"grpcio>=1.53.2,<1.67",
"protobuf<4.22,>=4.21.12",
"protobuf>=4.21.12,<5.29",
"pydantic<3,>=2.6",
"pydantic-settings<3,>=2.3",
"pyopenssl<25,>=24.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ aiofiles<25,>=24.1
aiohttp>=3.10.2,<3.11
cryptography>=43.0.1,<44
grpcio>=1.53.2,<1.67
protobuf<4.22,>=4.21.12
protobuf>=4.21.12,<5.29
pydantic<3,>=2.6
pydantic-settings<3,>=2.3
pyopenssl<25,>=24.1
Expand Down

0 comments on commit 4baec75

Please sign in to comment.