From 29372674f5a03961f2545e269e435142efde03a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 05:23:00 +0000 Subject: [PATCH] Bump the grpc-deps group across 1 directory with 5 updates Bumps the grpc-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [grpcio](https://github.com/grpc/grpc) | `1.67.1` | `1.68.1` | | [grpcio-health-checking](https://grpc.io) | `1.67.1` | `1.68.1` | | [grpcio-status](https://grpc.io) | `1.67.1` | `1.68.1` | | [grpcio-testing](https://grpc.io) | `1.67.1` | `1.68.1` | | [grpcio-tools](https://github.com/grpc/grpc) | `1.67.1` | `1.68.1` | Updates `grpcio` from 1.67.1 to 1.68.1 - [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.67.1...v1.68.1) Updates `grpcio-health-checking` from 1.67.1 to 1.68.1 Updates `grpcio-status` from 1.67.1 to 1.68.1 Updates `grpcio-testing` from 1.67.1 to 1.68.1 Updates `grpcio-tools` from 1.67.1 to 1.68.1 - [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.67.1...v1.68.1) --- 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 f20ab301..d0e4749a 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.68.1", "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.68.1", + "grpcio-health-checking==1.68.1", + "grpcio-status==1.68.1", "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.5", "pytest-mock==3.14.0", - "grpcio-testing==1.67.1", + "grpcio-testing==1.68.1", "requests==2.32.3", ] docs = ["sphinx==8.2.3", "sphinx-rtd-theme==3.0.2"]