From b47bb9349f3861ec9dfa5646a7af024b161a5c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:41:45 +0000 Subject: [PATCH] build(deps): bump pytest-cov from 5.0.0 to 6.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d933ada80..1c1a89a28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ dev = [ "pytest==8.3.3", "pytest-sugar==1.0.0", "pytest-instafail==0.5.0", - "pytest-cov==5.0.0", + "pytest-cov==6.0.0", "pycodestyle==2.12.1", "black==24.10.0", "isort==5.13.2", diff --git a/requirements.txt b/requirements.txt index eb785eec2..86072bfa3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ pydantic==2.9.2 # pydantic-core==2.23.4 pygments==2.18.0 pytest==8.3.3 -pytest-cov==5.0.0 +pytest-cov==6.0.0 pytest-instafail==0.5.0 pytest-sugar==1.0.0 python-flirt==0.8.10