From 47db6e5eaa8dde37ccb0767565efb939a4d44545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:18:51 +0000 Subject: [PATCH] Bump coverage from 7.6.3 to 7.6.4 (#274) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ded210a..e909aad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dynamic = ["readme", "version"] [project.optional-dependencies] coverage = [ - "coverage==7.6.3" + "coverage==7.6.4" ] formatting = [ "black==24.10.0",