From ff721ab913d150473b9f0ba4d84f97f721a9c24c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 23:59:28 +0000 Subject: [PATCH] Bump coverage from 7.2.0 to 7.2.1 in /compilesketches Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.0 to 7.2.1. - [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.2.0...7.2.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- compilesketches/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compilesketches/tests/requirements.txt b/compilesketches/tests/requirements.txt index 4dad3807..809b044b 100644 --- a/compilesketches/tests/requirements.txt +++ b/compilesketches/tests/requirements.txt @@ -1,4 +1,4 @@ --requirement ../requirements.txt -coverage==7.2.0 +coverage==7.2.1 pytest==7.2.1 pytest-mock==3.10.0