From ee4f3017512dd656342d4576f44bb59441f100af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 02:04:07 +0000 Subject: [PATCH] Bump pytest-cov from 6.3.0 to 7.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.3.0 to 7.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 00c81a9..13a06c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ mypy==1.17.1; implementation_name=="cpython" pre-commit==4.3.0 pytest==8.4.2 pytest-asyncio==1.1.0 -pytest-cov==6.3.0 +pytest-cov==7.0.0 twine==6.2.0