From 2a111bd675aa615c60d6fb55a972df44470011d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:19:29 +0000 Subject: [PATCH] Bump pytest-mpl from 0.17.0 to 0.18.0 in the actions group Bumps the actions group with 1 update: [pytest-mpl](https://github.com/matplotlib/pytest-mpl). 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-mpl dependency-version: 0.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3f8c41..63df740 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ test = [ "matplotlib==3.10.1", "pytest-cov==7.0.0", - "pytest-mpl==0.17.0", + "pytest-mpl==0.18.0", "pytest==8.4.2", ]