diff --git a/doc/changelog.d/4254.dependencies.md b/doc/changelog.d/4254.dependencies.md new file mode 100644 index 0000000000..e185548c6f --- /dev/null +++ b/doc/changelog.d/4254.dependencies.md @@ -0,0 +1 @@ +Bump ansys-tools-visualization-interface from 0.11.0 to 0.12.1 in the core group diff --git a/pyproject.toml b/pyproject.toml index ab36bfc9dd..472ec4070e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ version = "0.70.dev0" jupyter = ["ipywidgets", "jupyterlab>=3"] graphics = [ - "ansys-tools-visualization-interface>=0.9.0,<0.12.0", + "ansys-tools-visualization-interface>=0.9.0,<0.13.0", "matplotlib>=3.0.0", # for colormaps for pyvista ] @@ -64,7 +64,7 @@ all = [ tests = [ "ansys-dpf-core[graphics]==0.13.6", - "ansys-tools-visualization-interface==0.11.0", + "ansys-tools-visualization-interface==0.12.1", "autopep8==2.3.2", "matplotlib==3.10.6", "pandas==2.3.3", @@ -87,7 +87,7 @@ doc = [ "ansys-dpf-core[graphics]==0.13.6", "ansys-mapdl-reader==0.55.1", "ansys-sphinx-theme==1.6.1", - "ansys-tools-visualization-interface==0.11.0", + "ansys-tools-visualization-interface==0.12.1", "grpcio==1.75.0", "imageio-ffmpeg==0.6.0", "imageio==2.37.0",