Skip to content

Commit 1554ef0

Browse files
build: bump vtk from 9.4.2 to 9.5.0
Bumps [vtk](https://vtk.org) from 9.4.2 to 9.5.0. --- updated-dependencies: - dependency-name: vtk dependency-version: 9.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0105490 commit 1554ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ tests = [
7777
"scipy==1.15.3",
7878
"semver==3.0.4",
7979
"six==1.17.0",
80-
"vtk==9.4.2",
80+
"vtk==9.5.0",
8181
]
8282
tests-minimal = [
8383
"pytest==8.4.1",
@@ -119,7 +119,7 @@ doc = [
119119
"sphinx-copybutton==0.5.2",
120120
"sphinx-jinja==2.0.2",
121121
"trame-vtk==2.9.0",
122-
"vtk==9.4.2",
122+
"vtk==9.5.0",
123123
]
124124

125125
[project.urls]

0 commit comments

Comments
 (0)