From 126f303cfdd3629959e1ff156f65e315c94d9689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 12:35:27 +0000 Subject: [PATCH] MNT: (deps): Bump pytest from 6.2.5 to 7.1.2 in /ci Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.1.2. - [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/6.2.5...7.1.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... 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..383cdcf6efe 100644 --- a/ci/test_requirements.txt +++ b/ci/test_requirements.txt @@ -1,4 +1,4 @@ -pytest==6.2.5 +pytest==7.1.2 pytest-mpl==0.13 netCDF4==1.5.8 coverage==6.3