From e205cd17210ddf6d521075fb4e25dabd723258a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:20:17 -0300 Subject: [PATCH] build(deps): bump coverage from 7.6.8 to 7.6.9 (#2716) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d10edf057..855efaea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ test = [ "pytest==8.3.4", "pluggy==1.5.0", "pytest-cov==6.0.0", - "coverage==7.6.8", + "coverage==7.6.9", "pytest-datafiles==3.0.0", "pytest-mock==3.14.0", "pytest-timeout==2.3.1", diff --git a/requirements-test.txt b/requirements-test.txt index 1ca16bb94..c8f06f637 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ pytest==8.3.4 pluggy==1.5.0 pytest-cov==6.0.0 -coverage==7.6.8 +coverage==7.6.9 pytest-datafiles==3.0.0 pytest-mock==3.14.0 pytest-timeout==2.3.1