diff --git a/doc/changelog.d/2245.dependencies.md b/doc/changelog.d/2245.dependencies.md new file mode 100644 index 0000000000..ec7e8db838 --- /dev/null +++ b/doc/changelog.d/2245.dependencies.md @@ -0,0 +1 @@ +Bump vtk from 9.5.1 to 9.5.2 diff --git a/pyproject.toml b/pyproject.toml index ef74d62c70..62e4767ad9 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.5.1", + "vtk==9.5.2", ] tests-minimal = [ "pytest==8.4.2", @@ -121,7 +121,7 @@ doc = [ "sphinx-copybutton==0.5.2", "sphinx-jinja==2.0.2", "trame-vtk==2.9.1", - "vtk==9.5.1", + "vtk==9.5.2", ] [project.urls]