From 07c390fbe7b839d7755e7a4715e02f6901b91d24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 12:34:34 +0000 Subject: [PATCH] MNT: (deps): Bump pytest from 6.2.5 to 7.1.3 in /ci Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.1.3. - [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.3) --- 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..3df89ee2bb7 100644 --- a/ci/test_requirements.txt +++ b/ci/test_requirements.txt @@ -1,4 +1,4 @@ -pytest==6.2.5 +pytest==7.1.3 pytest-mpl==0.13 netCDF4==1.5.8 coverage==6.3