diff --git a/doc/changelog.d/2082.dependencies.md b/doc/changelog.d/2082.dependencies.md new file mode 100644 index 0000000000..2aeb6e74ba --- /dev/null +++ b/doc/changelog.d/2082.dependencies.md @@ -0,0 +1 @@ +Bump vtk from 9.4.2 to 9.5.0 diff --git a/pyproject.toml b/pyproject.toml index 1a83dc7de4..851315322a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ tests = [ "scipy==1.15.3", "semver==3.0.4", "six==1.17.0", - "vtk==9.4.2", + "vtk==9.5.0", ] tests-minimal = [ "pytest==8.4.1", @@ -121,7 +121,7 @@ doc = [ "sphinx-copybutton==0.5.2", "sphinx-jinja==2.0.2", "trame-vtk==2.9.1", - "vtk==9.4.2", + "vtk==9.5.0", ] [project.urls]