From 0a0b89fd5cef51e3ff7e195f2e0c7fa6871339d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 21:06:22 +0100 Subject: [PATCH] Bump coverage from 6.5.0 to 7.0.1 (#1994) Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.0.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/6.5.0...7.0.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bc27bac5..3fd38456 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # Testing autoflake==1.5.3 black==22.12.0 -coverage==6.5.0 +coverage==7.0.1 flake8==3.9.2 importlib-metadata==4.13.0 isort==5.10.1