From 45cb80e48f5d5c0e43d2f5aec42a2bb6ac9cf745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 15:03:33 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-cov from 7.0.0 to 7.1.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 7.0.0 to 7.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 53fdb8f..bd49e3e 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -2,7 +2,7 @@ -r requirements.in xmltodict>=0.14.2 pytest>=8.4.1 -pytest-cov>=7.0.0 +pytest-cov>=7.1.0 pytest-xdist>=3.8.0 coverage>=7.10.3 ruff>=0.12.8 diff --git a/requirements-dev.txt b/requirements-dev.txt index 1885643..faf3969 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ # # pip-compile requirements-dev.in # -coverage==7.13.1 +coverage[toml]==7.13.1 # via # -r requirements-dev.in # pytest-cov @@ -23,20 +23,20 @@ pluggy==1.5.0 # pytest # pytest-cov pygments==2.20.0 - # via pytest + # via + # -r requirements-dev.in + # pytest pytest==9.0.3 # via # -r requirements-dev.in # pytest-cov # pytest-xdist -pytest-cov==7.0.0 +pytest-cov==7.1.0 # via -r requirements-dev.in pytest-xdist==3.8.0 # via -r requirements-dev.in ruff==0.12.8 # via -r requirements-dev.in -setuptools==82.0.1 - # via -r requirements-dev.in tomli==2.4.1 # via # coverage