Skip to content

Commit 6a4fe89

Browse files
build: bump the testing group with 2 updates
Bumps the testing group with 2 updates: [pytest-pyvista](https://github.com/pyvista/pytest-pyvista) and [pytest](https://github.com/pytest-dev/pytest). Updates `pytest-pyvista` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/pyvista/pytest-pyvista/releases) - [Commits](pyvista/pytest-pyvista@v0.3.1...v0.3.2) Updates `pytest` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.1...9.0.2) --- updated-dependencies: - dependency-name: pytest-pyvista dependency-version: 0.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d693446 commit 6a4fe89

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
@@ -73,12 +73,12 @@ tests = [
7373
"pyiges[full]==0.3.2",
7474
"pytest-cov==7.0.0",
7575
"pytest-profiling==1.8.1",
76-
"pytest-pyvista==0.3.1",
76+
"pytest-pyvista==0.3.2",
7777
"pytest-random-order==1.2.0",
7878
"pytest-reportlog==1.0.0",
7979
"pytest-rerunfailures==16.1",
8080
"pytest-timeout==2.4.0",
81-
"pytest==9.0.1",
81+
"pytest==9.0.2",
8282
"scipy==1.15.3",
8383
"vtk==9.5.2",
8484
]

0 commit comments

Comments
 (0)