From 7c98e0c48e8aa4573857a9634eec12c284546417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:29:02 -0300 Subject: [PATCH] chore(deps): bump coverage from 7.4.0 to 7.4.2 (#77) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.0 to 7.4.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.4.0...7.4.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 0d33b77..75898d0 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ mock setuptools==69.0.3 -coverage==7.4.1 +coverage==7.4.2 flake8==7.0.0 phulpy==1.0.10 pytest==8.0.1