From 7981ebe513a017aa48bd322d536a72ebde3c304a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:10:09 +0000 Subject: [PATCH] chore(deps): bump coverage from 7.5.0 to 7.5.4 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.0 to 7.5.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/7.5.0...7.5.4) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... 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 5a80ee6..2c35e18 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ mock setuptools==69.5.1 -coverage==7.5.0 +coverage==7.5.4 flake8==7.0.0 phulpy==1.0.10 pytest==8.2.0