diff --git a/doc/changelog.d/912.dependencies.md b/doc/changelog.d/912.dependencies.md new file mode 100644 index 0000000000..46cb128834 --- /dev/null +++ b/doc/changelog.d/912.dependencies.md @@ -0,0 +1 @@ +Bump ansys-tools-visualization-interface from 0.4.4 to 0.4.5 in the general-dependencies group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index be7afdbe00..f834a9fb04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ graphics = [ "ansys-tools-visualization-interface>=0.2.6,<1", ] tests = [ - "ansys-tools-visualization-interface==0.4.4", + "ansys-tools-visualization-interface==0.4.5", "pytest==8.3.3", "pytest-cov==5.0.0", "pytest-pyvista==0.1.9", @@ -41,7 +41,7 @@ tests = [ ] doc = [ "ansys-sphinx-theme[autoapi]==1.1.2", - "ansys-tools-visualization-interface==0.4.4", + "ansys-tools-visualization-interface==0.4.5", "jupyter-sphinx==0.5.3", "numpydoc==1.8.0", "sphinx==8.0.2",