From 0d2a5ff78808bd9b11751056cd5bf764697791aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 02:09:16 +0000 Subject: [PATCH] Bump pytest-mpl from 0.11 to 0.17.0 Bumps [pytest-mpl](https://github.com/matplotlib/pytest-mpl) from 0.11 to 0.17.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.11...v0.17.0) --- updated-dependencies: - dependency-name: pytest-mpl dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 813aad3..8563c52 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -13,7 +13,7 @@ pandas==2.2.1 pip>=21.1.1 pre-commit>=2.15.0 pytest-cov>=4.0.0 -pytest-mpl==0.11 +pytest-mpl==0.17.0 pytest-runner>=5.1 pytest>=7.0.0 recommonmark>=0.7.1