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.2 to 1.59.3
- [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.2...v1.59.3)

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

Updates `grpcio-status` from 1.59.2 to 1.59.3

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 527447b commit 849d340
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.2",
"grpcio-health-checking==1.59.2",
"grpcio-status==1.59.2",
"grpcio==1.59.3",
"grpcio-health-checking==1.59.3",
"grpcio-status==1.59.3",
"tqdm==4.66.1",
"importlib_resources==6.1.1",
"pyyaml==6.0.1"
Expand Down

0 comments on commit 849d340

Please sign in to comment.