diff --git a/doc/changelog.d/923.dependencies.md b/doc/changelog.d/923.dependencies.md new file mode 100644 index 000000000..50aa093ba --- /dev/null +++ b/doc/changelog.d/923.dependencies.md @@ -0,0 +1 @@ +Bump ansys-tools-visualization-interface from 0.4.4 to 0.4.7 in the general-dependencies group across 1 directory \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 38375ce7c..7746902df 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.6", + "ansys-tools-visualization-interface==0.4.7", "pytest==8.3.3", "pytest-cov==5.0.0", "pytest-pyvista==0.1.9", @@ -40,7 +40,7 @@ tests = [ "pyvista[trame]==0.44.1" ] doc = [ - "ansys-tools-visualization-interface==0.4.6", + "ansys-tools-visualization-interface==0.4.7", "ansys-sphinx-theme[autoapi]==1.1.6", "jupyter-sphinx==0.5.3", "numpydoc==1.8.0",