Skip to content

Commit f02e7db

Browse files
build: bump pytest from 8.3.3 to 8.3.4
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.3...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b1647c commit f02e7db

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
@@ -58,7 +58,7 @@ tests = [
5858
"numpy==2.1.3",
5959
"Pint==0.24.4",
6060
"protobuf==5.28.3",
61-
"pytest==8.3.3",
61+
"pytest==8.3.4",
6262
"pytest-cov==6.0.0",
6363
"pytest-pyvista==0.1.9",
6464
"pytest-xvfb==3.0.0",
@@ -70,7 +70,7 @@ tests = [
7070
"vtk==9.4.0",
7171
]
7272
tests-minimal = [
73-
"pytest==8.3.3",
73+
"pytest==8.3.4",
7474
"pytest-cov==6.0.0",
7575
"pytest-pyvista==0.1.9",
7676
"pytest-xvfb==3.0.0",

0 commit comments

Comments
 (0)