From ec4a7302fafb9faa0ee6347f26e6de1f0b77c217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:43:26 +0000 Subject: [PATCH] Bump the actions group with 3 updates Bumps the actions group with 3 updates: [matplotlib](https://github.com/matplotlib/matplotlib), [pytest-mpl](https://github.com/matplotlib/pytest-mpl) and [pytest](https://github.com/pytest-dev/pytest). Updates `matplotlib` from 3.10.8 to 3.10.9 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.8...v3.10.9) Updates `pytest-mpl` from 0.18.0 to 0.19.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.18.0...v0.19.0) Updates `pytest` from 9.0.2 to 9.1.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/9.0.2...9.1.1) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: pytest-mpl dependency-version: 0.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: actions - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 10be29f..d47b6ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,10 +31,10 @@ dependencies = [ [project.optional-dependencies] test = [ - "matplotlib==3.10.8", + "matplotlib==3.10.9", "pytest-cov==7.1.0", - "pytest-mpl==0.18.0", - "pytest==9.0.2", + "pytest-mpl==0.19.0", + "pytest==9.1.1", ] [project.urls]