From fe0d8dac03cabbd1bd1f3cf2b7f6d221da378f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 05:00:39 +0000 Subject: [PATCH] Bump pytest-cov from 6.1.1 to 6.2.1 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.1.1 to 6.2.1. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.1.1...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 8610a4c..a59319d 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -3,5 +3,5 @@ mypy==1.16.0 pip-tools==7.4.1 pre-commit==4.2.0 pytest==8.4.0 -pytest-cov==6.1.1 +pytest-cov==6.2.1 pytest-env==1.1.5 diff --git a/requirements-dev.txt b/requirements-dev.txt index 7d691cb..05da95a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -37,7 +37,9 @@ pip-tools==7.4.1 platformdirs==4.3.6 # via virtualenv pluggy==1.5.0 - # via pytest + # via + # pytest + # pytest-cov pre-commit==4.2.0 # via -r requirements-dev.in pygments==2.19.1 @@ -51,7 +53,7 @@ pytest==8.4.0 # -r requirements-dev.in # pytest-cov # pytest-env -pytest-cov==6.1.1 +pytest-cov==6.2.1 # via -r requirements-dev.in pytest-env==1.1.5 # via -r requirements-dev.in