diff --git a/pyproject.toml b/pyproject.toml index 9f7c84eda0..d930a3fc86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ tests = [ "scipy==1.14.1", "semver==3.0.2", "six==1.17.0", - "vtk==9.3.1", + "vtk==9.4.1", ] tests-minimal = [ "pytest==8.3.4", @@ -106,7 +106,7 @@ doc = [ "sphinx-copybutton==0.5.2", "sphinx-jinja==2.0.2", "trame-vtk==2.8.12", - "vtk==9.3.1", + "vtk==9.4.1", ] [project.urls]