From fbce86f7c334a0c8695e41e649190ce8b9d7ec55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 18:48:51 +0000 Subject: [PATCH] MNT: (deps): Bump pytest from 7.0.0 to 7.0.1 in /ci Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.0 to 7.0.1. - [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/7.0.0...7.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... 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 eedc52e413e..b920e045a6c 100644 --- a/ci/test_requirements.txt +++ b/ci/test_requirements.txt @@ -1,4 +1,4 @@ -pytest==7.0.0 +pytest==7.0.1 pytest-mpl==0.13 netCDF4==1.5.8 coverage==6.3.1