From 8590e98daf0557a099feb65a388a609010161228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 23:29:38 +0200 Subject: [PATCH] Chore(deps): Bump pytest-cov from 5.0.0 to 6.1.1 (#2112) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.1.1. - [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.1.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.1.1 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 1e71c1c3..5f4ab2ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "pre-commit-hooks==5.0.0", "pytest==8.3.5", "pytest-aiohttp==1.1.0", - "pytest-cov==5.0.0", + "pytest-cov==6.1.1", "syrupy==4.8.2", "tomli==2.2.1", "ruff==0.11.2", -- 2.34.1