From 88506f0fe70aeacbacb67e2e4594d8ad452afb93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 23:12:35 +0000 Subject: [PATCH] Bump coverage from 6.4.3 to 6.4.4 in /compilesketches Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.4.3 to 6.4.4. - [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/6.4.3...6.4.4) --- 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 9e124f55..fdb2ed4e 100644 --- a/compilesketches/tests/requirements.txt +++ b/compilesketches/tests/requirements.txt @@ -1,4 +1,4 @@ --requirement ../requirements.txt -coverage==6.4.3 +coverage==6.4.4 pytest==7.1.2 pytest-mock==3.8.2