diff --git a/doc/changelog.d/1594.dependencies.md b/doc/changelog.d/1594.dependencies.md new file mode 100644 index 0000000000..22aa8c7f2b --- /dev/null +++ b/doc/changelog.d/1594.dependencies.md @@ -0,0 +1 @@ +bump the grpc-deps group across 1 directory with 3 updates \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b38afdfb09..83225b4b4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,8 @@ dependencies = [ "ansys-tools-visualization-interface>=0.2.6,<1", "attrs!=24.3.0", "beartype>=0.11.0,<0.20", - "grpcio>=1.35.0,<1.68", - "grpcio-health-checking>=1.45.0,<1.68", + "grpcio>=1.35.0,<2", + "grpcio-health-checking>=1.45.0,<2", "numpy>=1.20.3,<3", "Pint>=0.18,<1", "protobuf>=3.20.2,<6", @@ -54,11 +54,11 @@ tests = [ "ansys-tools-visualization-interface==0.6.2", "beartype==0.19.0", "docker==7.1.0", - "grpcio==1.67.1", - "grpcio-health-checking==1.67.1", + "grpcio==1.68.1", + "grpcio-health-checking==1.68.1", "numpy==2.2.0", "Pint==0.24.4", - "protobuf==5.28.3", + "protobuf==5.29.2", "pytest==8.3.4", "pytest-cov==6.0.0", "pytest-pyvista==0.1.9", @@ -82,8 +82,8 @@ doc = [ "ansys-tools-visualization-interface==0.6.2", "beartype==0.19.0", "docker==7.1.0", - "grpcio==1.67.1", - "grpcio-health-checking==1.67.1", + "grpcio==1.68.1", + "grpcio-health-checking==1.68.1", "ipyvtklink==0.2.3", "jupyter_sphinx==0.5.3", "jupytext==1.16.6", @@ -95,7 +95,7 @@ doc = [ "numpy==2.2.0", "panel==1.5.5", "Pint==0.24.4", - "protobuf==5.28.3", + "protobuf==5.29.2", "pyvista[jupyter]==0.44.2", "requests==2.32.3", "scipy==1.14.1",