From 7f67480c6e10146cac9f79266895be8e41f79686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 05:36:28 +0000 Subject: [PATCH] build(deps-dev): update pytest-cov requirement from ~5 to ~6 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a73f9f4..6ea61d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ isort = "~6" mkdocs-material = "~9" mypy = ">=1,<3" pytest = "~8" -pytest-cov = "~5" +pytest-cov = "~6" types-setuptools = "^75.8.2" types-requests = "^2.27.30"