diff --git a/doc/changelog.d/1188.dependencies.md b/doc/changelog.d/1188.dependencies.md new file mode 100644 index 0000000000..5bcdf62559 --- /dev/null +++ b/doc/changelog.d/1188.dependencies.md @@ -0,0 +1 @@ +build: bump trame-vtk from 2.8.6 to 2.8.7 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a52fd5555c..4001236905 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ doc = [ "sphinx-autodoc-typehints==1.24.0", "sphinx-copybutton==0.5.2", "sphinx-jinja==2.0.2", - "trame-vtk==2.8.6", + "trame-vtk==2.8.7", "vtk==9.3.0", ]