From 4d9448e4c48f94f490e3ac636d7394ac48579547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:58:30 -0400 Subject: [PATCH] pip dev(deps-dev): bump coverage from 7.4.4 to 7.5.3 in /eng (#2610) --- eng/dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/dev_requirements.txt b/eng/dev_requirements.txt index cc8aecd1ce3..bcbb5975134 100644 --- a/eng/dev_requirements.txt +++ b/eng/dev_requirements.txt @@ -4,5 +4,5 @@ colorama==0.4.6 debugpy==1.8.1 pytest==8.2.1 tox==4.15.0 -coverage==7.4.4 +coverage==7.5.3 black==24.4.2