From ed42165a904dc1bcfd2a0ced3c6ee8c95228dc55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 14:16:25 +0000 Subject: [PATCH] MNT: (deps): Bump pytest from 6.2.5 to 7.2.2 in /ci Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.2.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.2.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..95a948ace57 100644 --- a/ci/test_requirements.txt +++ b/ci/test_requirements.txt @@ -1,4 +1,4 @@ -pytest==6.2.5 +pytest==7.2.2 pytest-mpl==0.13 netCDF4==1.5.8 coverage==6.3