From d0911d3aa496291e8991c4e1b31f64d750034d5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:48:34 +0000 Subject: [PATCH] chore(deps): Update pytest-cov requirement 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.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 950483b..f20467f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ pandas>=2.2.0,<3.0.0 # Testing and Development pytest>=8.3.0,<9.0.0 pytest-asyncio>=0.24.0,<1.0.0 -pytest-cov>=4.1.0,<5.0.0 +pytest-cov>=4.1.0,<8.0.0 black>=24.8.0,<25.0.0 ruff>=0.3.0,<1.0.0 mypy>=1.11.0,<2.0.0