diff --git a/doc/changelog.d/1531.dependencies.md b/doc/changelog.d/1531.dependencies.md new file mode 100644 index 0000000000..6840c39c27 --- /dev/null +++ b/doc/changelog.d/1531.dependencies.md @@ -0,0 +1 @@ +bump trame-vtk from 2.8.11 to 2.8.12 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1c80d36645..623587f167 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ doc = [ "sphinx-autodoc-typehints==2.5.0", "sphinx-copybutton==0.5.2", "sphinx-jinja==2.0.2", - "trame-vtk==2.8.11", + "trame-vtk==2.8.12", "vtk==9.3.1", ]