diff --git a/doc/changelog.d/3567.dependencies.md b/doc/changelog.d/3567.dependencies.md new file mode 100644 index 0000000000..bdb63a5cb5 --- /dev/null +++ b/doc/changelog.d/3567.dependencies.md @@ -0,0 +1 @@ +build: bump pytest-rerunfailures from 14.0 to 15.0 in the testing group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7063ddf067..ada942eca5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ tests = [ "pytest-cov==6.0.0", "pytest-memprof<0.3.0", "pytest-pyvista==0.1.9", - "pytest-rerunfailures==14.0", + "pytest-rerunfailures==15.0", "pytest==8.3.3", "scipy==1.14.1", "vtk==9.3.1",