From c3bb829e0eeff46a2d6c73436fc6b07d75fe8fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 05:19:09 +0000 Subject: [PATCH] Bump the grpc-deps group with 5 updates Bumps the grpc-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [grpcio](https://github.com/grpc/grpc) | `1.69.0` | `1.70.0` | | [grpcio-health-checking](https://grpc.io) | `1.69.0` | `1.70.0` | | [grpcio-status](https://grpc.io) | `1.69.0` | `1.70.0` | | [grpcio-testing](https://grpc.io) | `1.69.0` | `1.70.0` | | [grpcio-tools](https://github.com/grpc/grpc) | `1.69.0` | `1.70.0` | Updates `grpcio` from 1.69.0 to 1.70.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.69.0...v1.70.0) Updates `grpcio-health-checking` from 1.69.0 to 1.70.0 Updates `grpcio-status` from 1.69.0 to 1.70.0 Updates `grpcio-testing` from 1.69.0 to 1.70.0 Updates `grpcio-tools` from 1.69.0 to 1.70.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.69.0...v1.70.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 - dependency-name: grpcio-testing dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-deps - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 172a873f..48cc5af3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "wheel>=0.38.0", "importlib_resources>=1.3", # When this gets updated check "python -m grpc_tools.protoc --version" and update the protobuf dependency below - "grpcio-tools==1.67.1", + "grpcio-tools==1.70.0", "googleapis-common-protos>=1.3.1", ] build-backend = "setuptools.build_meta" @@ -41,9 +41,9 @@ classifiers = [ "Topic :: Text Processing :: Linguistic", ] dependencies = [ - "grpcio==1.67.1", - "grpcio-health-checking==1.67.1", - "grpcio-status==1.67.1", + "grpcio==1.70.0", + "grpcio-health-checking==1.70.0", + "grpcio-status==1.70.0", "protobuf>=5.27.2", # This is determined by the grpcio-tools build tool above. "pyyaml>=6.0.0", "tqdm>=4.0.0", @@ -70,7 +70,7 @@ write_to = "python/mtap/version.py" test = [ "pytest==8.3.4", "pytest-mock==3.14.0", - "grpcio-testing==1.67.1", + "grpcio-testing==1.70.0", "requests==2.32.3", ] docs = ["sphinx==8.1.3", "sphinx-rtd-theme==3.0.2"]