From 2fb1aa74e3ec5b0f8b17fb81877ec6b1dba413cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:54:05 +0000 Subject: [PATCH] Bump grpcio-tools from 1.66.1 to 1.66.2 in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [grpcio-tools](https://github.com/grpc/grpc). Updates `grpcio-tools` from 1.66.1 to 1.66.2 - [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.1...v1.66.2) --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-patch 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 d8d454d..8898985 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ version = {attr = "pydgraph.meta.VERSION"} [project.optional-dependencies] dev = [ "build==1.2.2", - "grpcio-tools==1.66.1", + "grpcio-tools==1.66.2", "pytest==8.3.3", ]