From 3d2a41283f3c0413f9baf3dc8a01ce3d9e285dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 12:37:20 +0000 Subject: [PATCH] MNT: (deps): Bump pytest-mpl from 0.13 to 0.16.1 in /ci Bumps [pytest-mpl](https://github.com/matplotlib/pytest-mpl) from 0.13 to 0.16.1. - [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.13...v0.16.1) --- updated-dependencies: - dependency-name: pytest-mpl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ci/test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test_requirements.txt b/ci/test_requirements.txt index 2dc724e6078..1540fe50688 100644 --- a/ci/test_requirements.txt +++ b/ci/test_requirements.txt @@ -1,5 +1,5 @@ pytest==6.2.5 -pytest-mpl==0.13 +pytest-mpl==0.16.1 netCDF4==1.5.8 coverage==6.3 dask==2022.1.1