Skip to content

Commit

Permalink
build(deps-dev): update grpcio-tools requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [grpcio-tools](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.56.2...v1.65.0)

---
updated-dependencies:
- dependency-name: grpcio-tools
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 11, 2024
1 parent 7ad2dc3 commit fca3ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def run(self):
'tensorboardX<=2.6',
'tqdm',
],
setup_requires=['grpcio-tools>=1.56.2,<1.65.0'],
setup_requires=['grpcio-tools>=1.65.0,<1.66.0'],
python_requires='>=3.8, <3.12',
project_urls={
'Bug Tracker': 'https://github.com/securefederatedai/openfl/issues',
Expand Down

0 comments on commit fca3ae1

Please sign in to comment.