diff --git a/doc/changelog.d/1190.dependencies.md b/doc/changelog.d/1190.dependencies.md new file mode 100644 index 0000000000..a6d45c1a33 --- /dev/null +++ b/doc/changelog.d/1190.dependencies.md @@ -0,0 +1 @@ +build: bump trame-vtk from 2.8.7 to 2.8.8 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4001236905..bca806c5d7 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.7", + "trame-vtk==2.8.8", "vtk==9.3.0", ]