From d27d8a01b459bfc097af3a1851d5ede4772d8904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:33:57 +0000 Subject: [PATCH] Bump the python-packages group with 1 update Bumps the python-packages group with 1 update: [pytest-mpl](https://github.com/matplotlib/pytest-mpl). Updates `pytest-mpl` from 0.16.1 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.16.1...v0.17.0) --- updated-dependencies: - dependency-name: pytest-mpl dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db6ed38..38bc0d5 100644 --- a/setup.py +++ b/setup.py @@ -180,7 +180,7 @@ def package_files(directory): extras_require={ "tests": [ "pytest>=7.1.3", - "pytest-mpl==0.16.1", + "pytest-mpl==0.17.0", ], "docs": [ "sphinx",