From 04f937073975b6b47890727d235b85ffb9e0bbac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:53:48 -0500 Subject: [PATCH] chore: bump coverage[toml] from 7.6.7 to 7.6.8 (#426) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index a3ff7ece..aee37f38 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -26,7 +26,7 @@ click==8.1.7 # via typer codespell==2.3.0 # via -r test-requirements.in -coverage[toml]==7.6.7 +coverage[toml]==7.6.8 # via -r test-requirements.in cryptography==43.0.1 # via paramiko