From 235ae87be5384a65d57dc0bee74ba1283db7180f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 23:35:48 +0100 Subject: [PATCH] Bump pytest-cov from 5.0.0 to 6.0.0 (#190) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.0.0. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f2fb66e..4b619e5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,6 +5,6 @@ sphinx==8.1.3 sphinx_rtd_theme==3.0.1 sphinxcontrib-openapi==0.8.4 pytest==8.3.3 -pytest-cov==5.0.0 +pytest-cov==6.0.0 pytest-xprocess==1.0.2 pre-commit