Skip to content

Commit 4689877

Browse files
build: bump the grpc-deps group across 1 directory with 3 updates
Bumps the grpc-deps group with 3 updates in the / directory: [grpcio](https://github.com/grpc/grpc), [grpcio-health-checking](https://grpc.io) and [protobuf](https://github.com/protocolbuffers/protobuf). 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](grpc/grpc@v1.67.1...v1.68.1) Updates `grpcio-health-checking` from 1.67.1 to 1.68.1 Updates `protobuf` from 5.28.3 to 5.29.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v5.28.3...v5.29.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: protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2edaf63 commit 4689877

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ tests = [
5353
"ansys-tools-visualization-interface==0.6.0",
5454
"beartype==0.19.0",
5555
"docker==7.1.0",
56-
"grpcio==1.67.1",
57-
"grpcio-health-checking==1.67.1",
56+
"grpcio==1.68.1",
57+
"grpcio-health-checking==1.68.1",
5858
"numpy==2.1.3",
5959
"Pint==0.24.4",
60-
"protobuf==5.28.3",
60+
"protobuf==5.29.1",
6161
"pytest==8.3.3",
6262
"pytest-cov==6.0.0",
6363
"pytest-pyvista==0.1.9",
@@ -81,8 +81,8 @@ doc = [
8181
"ansys-tools-visualization-interface==0.6.0",
8282
"beartype==0.19.0",
8383
"docker==7.1.0",
84-
"grpcio==1.67.1",
85-
"grpcio-health-checking==1.67.1",
84+
"grpcio==1.68.1",
85+
"grpcio-health-checking==1.68.1",
8686
"ipyvtklink==0.2.3",
8787
"jupyter_sphinx==0.5.3",
8888
"jupytext==1.16.4",
@@ -94,7 +94,7 @@ doc = [
9494
"numpy==2.1.3",
9595
"panel==1.5.4",
9696
"Pint==0.24.4",
97-
"protobuf==5.28.3",
97+
"protobuf==5.29.1",
9898
"pyvista[jupyter]==0.44.1",
9999
"requests==2.32.3",
100100
"scipy==1.14.1",

0 commit comments

Comments
 (0)