From 05ad07742d6418980d08ce2bf4a9d47710be50e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 09:53:22 +0000 Subject: [PATCH] Bump pytest-cov from 5.0.0 to 6.2.1 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 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/v5.0.0...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d229d31..65b5e85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ auto-typing-final = "auto_typing_final.main:main" auto-typing-final-lsp-server = "auto_typing_final.lsp:main" [dependency-groups] -dev = ["mypy==1.17.1", "pytest==8.3.3", "pytest-cov==5.0.0", "ruff==0.8.0"] +dev = ["mypy==1.17.1", "pytest==8.3.3", "pytest-cov==6.2.1", "ruff==0.8.0"] [build-system] requires = ["hatchling", "hatch-vcs"]