diff --git a/doc/changelog.d/2027.dependencies.md b/doc/changelog.d/2027.dependencies.md new file mode 100644 index 0000000000..cae8456655 --- /dev/null +++ b/doc/changelog.d/2027.dependencies.md @@ -0,0 +1 @@ +Bump ansys-tools-visualization-interface from 0.9.1 to 0.9.2 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3b76c30d56..3ab26550ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ all = [ tests = [ "ansys-platform-instancemanagement==1.1.2", "ansys-tools-path==0.7.1", - "ansys-tools-visualization-interface==0.9.1", + "ansys-tools-visualization-interface==0.9.2", "beartype==0.20.2", "docker==7.1.0", "geomdl==5.4.0", @@ -87,7 +87,7 @@ tests-minimal = [ doc = [ "ansys-sphinx-theme[autoapi]==1.5.2", "ansys-tools-path==0.7.1", - "ansys-tools-visualization-interface==0.9.1", + "ansys-tools-visualization-interface==0.9.2", "beartype==0.20.2", "docker==7.1.0", "geomdl==5.4.0",