From c09e777fb4b5312cdf6ea1f8ad399e7fc23abcaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 16:06:50 +0000 Subject: [PATCH] chore(deps): bump coverage from 7.0.5 to 7.3.2 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.0.5 to 7.3.2. - [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.0.5...7.3.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 3235c31..65b4c70 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,5 +1,5 @@ mock -coverage==7.0.5 +coverage==7.3.2 flake8==5.0.4 phulpy==1.0.10 pytest==7.4.2