Skip to content

Commit

Permalink
build(deps): Update protobuf requirement
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@v4.22.0-rc1...v5.29.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent 46275f4 commit fd5dc7f
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.11,<3.12",
"cryptography>=43.0.1,<45",
"grpcio>=1.53.2,<1.69",
"protobuf>=4.21.12,<5.29",
"protobuf>=4.21.12,<5.30",
"pydantic<3,>=2.6",
"pydantic-settings<3,>=2.3",
"pyyaml<7,>=6.0.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.11,<3.12
cryptography>=43.0.1,<45
grpcio>=1.53.2,<1.69
protobuf>=4.21.12,<5.29
protobuf>=4.21.12,<5.30
pydantic<3,>=2.6
pydantic-settings<3,>=2.3
pyyaml<7,>=6.0.1
Expand Down

0 comments on commit fd5dc7f

Please sign in to comment.