From 7c47e70831165211cc44ec853c9c41b64699565e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:13:53 +0000 Subject: [PATCH] Bump coverage[toml] from 7.4.4 to 7.6.1 (#1442) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mihir Patel --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c307524a39..dda2ccb491 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ extra_deps = {} extra_deps['dev'] = [ - 'coverage[toml]==7.4.4', + 'coverage[toml]==7.6.1', 'pre-commit>=3.4.0,<4', 'pytest>=7.2.1,<8', 'pytest_codeblocks>=0.16.1,<0.18',