diff --git a/doc/changelog.d/948.dependencies.md b/doc/changelog.d/948.dependencies.md new file mode 100644 index 0000000000..0092d49257 --- /dev/null +++ b/doc/changelog.d/948.dependencies.md @@ -0,0 +1 @@ +build(deps): bump ansys-tools-visualization-interface from 0.5.0 to 0.6.0 in the general-dependencies group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 6553d45e51..d1c7e71362 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ graphics = [ "ansys-tools-visualization-interface>=0.4.7,<1", ] tests = [ - "ansys-tools-visualization-interface==0.5.0", + "ansys-tools-visualization-interface==0.6.0", "pytest==8.3.4", "pytest-cov==6.0.0", "pytest-pyvista==0.1.9", @@ -40,7 +40,7 @@ tests = [ "pyvista[trame]==0.44.1" ] doc = [ - "ansys-tools-visualization-interface==0.5.0", + "ansys-tools-visualization-interface==0.6.0", "ansys-sphinx-theme[autoapi]==1.2.2", "jupyter-sphinx==0.5.3", "numpydoc==1.8.0",