From 26d64dc35485f13866a89c7c682f9f257c56f5c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 13:56:20 +0000 Subject: [PATCH] MNT: (deps): Bump pytest from 6.2.5 to 7.0.0 in /ci Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.0. - [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.0.0) --- 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..7c6c2c6efa4 100644 --- a/ci/test_requirements.txt +++ b/ci/test_requirements.txt @@ -1,4 +1,4 @@ -pytest==6.2.5 +pytest==7.0.0 pytest-mpl==0.13 netCDF4==1.5.8 coverage==6.3