From e6f2eb64e8fe4da53474694d41bf373fd007b979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 18:51:53 +0200 Subject: [PATCH] build(deps-dev): update pytest-cov requirement (#338) 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/v3.0.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1023c6d5a..db3705201 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ [project.optional-dependencies] test = [ "pytest>=7.3.2", - "pytest-cov>=3.0.0,<5.0.0", + "pytest-cov>=3.0.0,<6.0.0", "pytest-pretty>=1.0.0,<2.0.0", "onnx>=1.13.0,<2.0.0", ] @@ -79,7 +79,7 @@ docs = [ dev = [ # test "pytest>=7.3.2", - "pytest-cov>=3.0.0,<5.0.0", + "pytest-cov>=3.0.0,<6.0.0", "pytest-pretty>=1.0.0,<2.0.0", "onnx>=1.13.0,<2.0.0", # style