From f7eea0ab3c2acbbd39eae427bd8e582d595f7ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:27:44 +0100 Subject: [PATCH] Bump pytest-cov from 5.0.0 to 6.0.0 (#518) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 719683cf..8f03cbc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ requirements_test = [ "pytest==8.3.3", "pytest-aiohttp==1.0.5", "pytest-asyncio==0.24.0", - "pytest-cov==5.0.0", + "pytest-cov==6.0.0", "respx==0.21.1", "ruff==0.7.1", "types-orjson==3.6.2",