diff --git a/doc/changelog.d/3601.dependencies.md b/doc/changelog.d/3601.dependencies.md new file mode 100644 index 0000000000..805682d25f --- /dev/null +++ b/doc/changelog.d/3601.dependencies.md @@ -0,0 +1 @@ +build: bump grpcio from 1.68.0 to 1.68.1 in the grpc-deps group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index adb4399bc5..7e476c1652 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ doc = [ "ansys-mapdl-reader==0.54.2", "ansys-sphinx-theme==1.2.2", "ansys-tools-visualization-interface==0.5.0", - "grpcio==1.68.0", + "grpcio==1.68.1", "imageio-ffmpeg==0.5.1", "imageio==2.36.1", "jupyter_sphinx==0.5.3",