diff --git a/doc/changelog.d/550.miscellaneous.md b/doc/changelog.d/550.miscellaneous.md new file mode 100644 index 00000000..214521ab --- /dev/null +++ b/doc/changelog.d/550.miscellaneous.md @@ -0,0 +1 @@ +Maint: bump vtk from 9.4.2 to 9.5.1 diff --git a/pyproject.toml b/pyproject.toml index 4270b884..f4ae8a70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ tests = [ "pytest-cov==6.2.1", "pytest-rerunfailures==15.1", "pyvista==0.46.2", - "vtk==9.4.2", + "vtk==9.5.1", ] doc = [ "Sphinx==8.1.3", @@ -63,7 +63,7 @@ doc = [ "sphinx-design==0.6.1", "sphinx-notfound-page==1.1.0", "sphinx-gallery==0.19.0", - "vtk==9.4.2", + "vtk==9.5.1", ] [tool.flit.module]