diff --git a/doc/changelog.d/2082.dependencies.md b/doc/changelog.d/2082.dependencies.md new file mode 100644 index 0000000000..2b7c216edf --- /dev/null +++ b/doc/changelog.d/2082.dependencies.md @@ -0,0 +1 @@ +Bump vtk from 9.4.2 to 9.5.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a846b19edb..3754497675 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,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", @@ -119,7 +119,7 @@ doc = [ "sphinx-copybutton==0.5.2", "sphinx-jinja==2.0.2", "trame-vtk==2.9.0", - "vtk==9.4.2", + "vtk==9.5.0", ] [project.urls]