Skip to content

Commit

Permalink
build(deps): Update grpcio requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [grpcio](https://github.com/grpc/grpc) to permit the latest version.
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.53.2...v1.70.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent c70e3ca commit 8ec231f
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 @@ -27,7 +27,7 @@ dependencies = [
"anyio>=4.5.1,<5",
"aiohttp>=3.10.11,<3.12",
"cryptography>=43.0.1,<45",
"grpcio>=1.53.2,<1.69",
"grpcio>=1.53.2,<1.71",
"multidict<7.0,>=4.5",
"msgpack>=1,<1.2",
"protobuf>=4.21.12,<5.29",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
anyio>=4.5.1,<5
aiohttp>=3.10.11,<3.12
cryptography>=43.0.1,<45
grpcio>=1.53.2,<1.69
grpcio>=1.53.2,<1.71
multidict<7.0,>=4.5
msgpack>=1,<1.2
protobuf>=4.21.12,<5.29
Expand Down

0 comments on commit 8ec231f

Please sign in to comment.