Skip to content

Commit

Permalink
Bump the grpc-deps group in /biomedicus_client with 3 updates
Browse files Browse the repository at this point in the history
Bumps the grpc-deps group in /biomedicus_client with 3 updates: [grpcio](https://github.com/grpc/grpc), [grpcio-health-checking](https://grpc.io) and [grpcio-status](https://grpc.io).


Updates `grpcio` from 1.59.3 to 1.60.0
- [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.59.3...v1.60.0)

Updates `grpcio-health-checking` from 1.59.3 to 1.60.0

Updates `grpcio-status` from 1.59.3 to 1.60.0

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc-deps
- dependency-name: grpcio-health-checking
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc-deps
- dependency-name: grpcio-status
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent a84c51c commit 4c1af74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions biomedicus_client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ classifiers = [
]
dependencies = [
"mtap>=1.3.0",
"grpcio==1.59.3",
"grpcio-health-checking==1.59.3",
"grpcio-status==1.59.3",
"grpcio==1.60.0",
"grpcio-health-checking==1.60.0",
"grpcio-status==1.60.0",
"tqdm==4.66.1",
"importlib_resources==6.1.1",
"pyyaml==6.0.1"
Expand Down

0 comments on commit 4c1af74

Please sign in to comment.