From 3d90e63629cc2041e3abf4eff25b68fa002c8724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:23:48 +0000 Subject: [PATCH] MNT: (deps): Bump coverage from 7.6.6 to 7.6.7 in /ci Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.6 to 7.6.7. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.6...7.6.7) --- updated-dependencies: - dependency-name: coverage 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 f959d6755..98630efd8 100644 --- a/ci/test_requirements.txt +++ b/ci/test_requirements.txt @@ -1,4 +1,4 @@ pytest==8.3.3 netCDF4==1.7.2 -coverage==7.6.6 +coverage==7.6.7 vcrpy==6.0.2