From 5c49f39ac4854b7e3f1c5130f58fd46e8c0e58dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:14:29 +0000 Subject: [PATCH] deps(py): update pytest-cov requirement in /cortex 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/v4.1.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- cortex/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cortex/pyproject.toml b/cortex/pyproject.toml index 96d40e8..8dd7bd9 100644 --- a/cortex/pyproject.toml +++ b/cortex/pyproject.toml @@ -110,7 +110,7 @@ Releases = "https://github.com/StevenWang-CY/cortex/releases" dev = [ # Testing "pytest>=8.0.0", - "pytest-cov>=4.1.0", + "pytest-cov>=7.1.0", "pytest-asyncio>=0.23.0", "pytest-mock>=3.12.0",