From 87b576b54cc6741726162182dc8d762abb6892d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 13:19:56 +0000 Subject: [PATCH] build(deps): 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0712d9b8..792b8a9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ tests = [ "numpy==2.2.4 ; sys_platform == 'linux' and python_version == '3.13'", "pillow==11.2.1 ; sys_platform == 'linux' and python_version == '3.13'", "pytest==8.3.5", - "pytest-cov==6.1.1", + "pytest-cov==6.2.1", "pytest-rerunfailures==15.1", "pyvirtualdisplay==3.0 ; sys_platform == 'linux'", ]