diff --git a/doc/changelog.d/4022.miscellaneous.md b/doc/changelog.d/4022.miscellaneous.md new file mode 100644 index 00000000000..fc965ddcb1b --- /dev/null +++ b/doc/changelog.d/4022.miscellaneous.md @@ -0,0 +1 @@ +Build: bump ansys-tools-visualization-interface from 0.9.2 to 0.10.0 in the core group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index aa7a2771b87..e8beb21e1a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ all = [ tests = [ "ansys-dpf-core[graphics]==0.13.6", - "ansys-tools-visualization-interface==0.9.2", + "ansys-tools-visualization-interface==0.10.0", "autopep8==2.3.2", "matplotlib==3.10.3", "pandas==2.3.0", @@ -86,7 +86,7 @@ doc = [ "ansys-dpf-core[graphics]==0.13.6", "ansys-mapdl-reader==0.55.1", "ansys-sphinx-theme==1.5.2", - "ansys-tools-visualization-interface==0.9.2", + "ansys-tools-visualization-interface==0.10.0", "grpcio==1.73.0", "imageio-ffmpeg==0.6.0", "imageio==2.37.0",