From 80815b5a2b6ce4571fac0766d95647431096528f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:21:46 +0000 Subject: [PATCH] build(deps): bump coverage from 7.6.0 to 7.6.1 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.0 to 7.6.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/7.6.0...7.6.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 10560ec8..67ed0bfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ issues = "https://github.com/tianocore/edk2-pytool-library/issues/" dev = [ "ruff == 0.5.6", "pytest == 8.3.2", - "coverage == 7.6.0", + "coverage == 7.6.1", "pre-commit == 3.8.0", ] publish = [