From 83a5083eb252c1045cb056c2f1dd997656a967ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:51:49 +0100 Subject: [PATCH] build: bump pytest-rerunfailures from 14.0 to 15.0 in the testing group (#3567) * build: bump pytest-rerunfailures from 14.0 to 15.0 in the testing group Bumps the testing group with 1 update: [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures). Updates `pytest-rerunfailures` from 14.0 to 15.0 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/14.0...15.0) --- updated-dependencies: - dependency-name: pytest-rerunfailures dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing ... Signed-off-by: dependabot[bot] * chore: adding changelog file 3567.dependencies.md [dependabot-skip] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/3567.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/3567.dependencies.md 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 05d46dd4dd..d12b233163 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",