From 79f612be0b05891bc476de2f08d48ff55b0d1160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:49:48 +0000 Subject: [PATCH 1/2] maint: bump pytest from 8.4.2 to 9.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60d78903..5d30af3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ tests = [ "numpy==2.2.6", "scipy==1.15.3", "pyansys-tools-report==0.8.2", - "pytest==8.4.2", + "pytest==9.0.1", "pytest-cov==7.0.0", "pytest-rerunfailures==16.0.1", "pyvista==0.46.3", From 7ef1ffdb435fe35da3a1bfc8ffb4c51b21d1330d Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:51:39 +0000 Subject: [PATCH 2/2] chore: adding changelog file 579.miscellaneous.md [dependabot-skip] --- doc/changelog.d/579.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/579.miscellaneous.md diff --git a/doc/changelog.d/579.miscellaneous.md b/doc/changelog.d/579.miscellaneous.md new file mode 100644 index 00000000..147af956 --- /dev/null +++ b/doc/changelog.d/579.miscellaneous.md @@ -0,0 +1 @@ +Maint: bump pytest from 8.4.2 to 9.0.1