From d523fa1959c63f6126893ccef296d7a614e284e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 11:14:06 +0000 Subject: [PATCH] build(deps-dev): update pytest-cov requirement from ==4.1.0 to ==6.0.0 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/v4.1.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 7d8dc6136856..6051c973fbd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ pylint = "==3.3.1" flake8 = "==5.0.4" parameterized = "==0.9.0" pytest = "==7.4.4" -pytest-cov = "==4.1.0" +pytest-cov = "==6.0.0" pytest-watcher = "==0.4.3" grpcio-tools = "==1.62.3" mypy-protobuf = "==3.2.0"