From bfa485cd81143033611c8ff73fa3a3563907f1ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:52:23 +0000 Subject: [PATCH] Bump grpcio-tools in the minor-and-patch group across 1 directory Bumps the minor-and-patch group with 1 update in the / directory: [grpcio-tools](https://github.com/grpc/grpc). Updates `grpcio-tools` from 1.66.2 to 1.68.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.66.2...v1.68.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f10d3b8..5a2dcfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ version = {attr = "pydgraph.meta.VERSION"} [project.optional-dependencies] dev = [ "build==1.2.2.post1", - "grpcio-tools==1.66.2", + "grpcio-tools==1.68.0", "pytest==8.3.3", ]