From e65730e93fd34b0358564ab48c27c5fb7b689e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 10:21:44 +0000 Subject: [PATCH] build: bump grpcio from 1.59.0 to 1.68.1 Bumps [grpcio](https://github.com/grpc/grpc) from 1.59.0 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.59.0...v1.68.1) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9d91e90..3f5d8cdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ doc=[ ] tests = [ "ansys-engineeringworkflow-api==0.1.0", - "grpcio==1.59.0", + "grpcio==1.68.1", "pyansys-tools-variableinterop==0.1.1", "pytest==8.0.0", "pytest-cov==4.1.0",