From 361591ed4572b276e1d159d3270bc17b3a29cfe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:30:24 +0000 Subject: [PATCH] Update pytest-cov requirement from ~=6.0 to >=6,<8 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 97109ea..fe4e8a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pandas = ["pandas >= 1.5, < 3"] aiida = ["aiida-core >= 2.6.3"] core = ["optimade-maker[ase,pymatgen,pandas]"] ingest = ["optimade-maker[ase,pymatgen,pandas,aiida]"] -tests = ["pytest~=8.3", "pytest-cov~=6.0"] +tests = ["pytest~=8.3", "pytest-cov>=6,<8"] dev = ["ruff", "pre-commit", "mypy"] [tool.ruff]