From 6ce94b28c1a42f916bdd8779e716eede18470b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:27:54 +0000 Subject: [PATCH] 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index cb5cf5a7d..c595388aa 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,2 +1,2 @@ pytest==8.3.4 -pytest-cov==5.0.0 +pytest-cov==6.0.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 98be7fef2..a356d3ef1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ # # pip-compile requirements-dev.in # -coverage[toml]==6.2 +coverage[toml]==7.6.8 # via pytest-cov exceptiongroup==1.1.3 # via pytest @@ -20,7 +20,7 @@ pytest==8.3.4 # via # -r requirements-dev.in # pytest-cov -pytest-cov==5.0.0 +pytest-cov==6.0.0 # via -r requirements-dev.in tomli==2.0.0 # via