From c46aa893445c225c1350790cc82afb2db13c8e76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:14:06 +0200 Subject: [PATCH] Chore(deps): Bump pytest-cov from 6.1.1 to 6.2.1 (#2237) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.1.1 to 6.2.1. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.1.1...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 bc4b4ed5..f3eac673 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==6.1.1", + "pytest-cov==6.2.1", "syrupy==4.9.1", "tomli==2.2.1", "ruff==0.11.13", -- 2.34.1