From 2990e2fff3fbe56c580d4eceb3e3ea1a6932288f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:04:13 +0000 Subject: [PATCH 1/2] build: bump the tests group across 1 directory with 2 updates Bumps the tests group with 2 updates in the / directory: [pytest](https://github.com/pytest-dev/pytest) and [pytest-mpl](https://github.com/matplotlib/pytest-mpl). Updates `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) Updates `pytest-mpl` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/matplotlib/pytest-mpl/releases) - [Changelog](https://github.com/matplotlib/pytest-mpl/blob/main/CHANGES.md) - [Commits](https://github.com/matplotlib/pytest-mpl/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: tests - dependency-name: pytest-mpl dependency-version: 0.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: tests ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index af2472cbf0..4e294c14c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,9 +95,9 @@ vulnerabilities = [ tests = [ "numpy==2.2.6", "parameterized==0.9.0", - "pytest==8.4.2", + "pytest==9.0.1", "pytest-cov==7.0.0", - "pytest-mpl==0.17.0", + "pytest-mpl==0.18.0", "pytz==2025.2", "scipy==1.15.3", ] From 0ba6508c53a2b27d7308ec5c09858a3f638371d4 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:05:23 +0000 Subject: [PATCH 2/2] chore: adding changelog file 892.dependencies.md [dependabot-skip] --- doc/source/changelog/892.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/892.dependencies.md diff --git a/doc/source/changelog/892.dependencies.md b/doc/source/changelog/892.dependencies.md new file mode 100644 index 0000000000..3337bf7cb3 --- /dev/null +++ b/doc/source/changelog/892.dependencies.md @@ -0,0 +1 @@ +Bump the tests group across 1 directory with 2 updates