From f313867f4eb42d0dcec60afe7e23f12cbf3539c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:12:53 +0000 Subject: [PATCH] Update pytest-cov requirement in /pipeline/seq_retrieval 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...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pipeline/seq_retrieval/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/seq_retrieval/tests/requirements.txt b/pipeline/seq_retrieval/tests/requirements.txt index d47f262f..ce5c9630 100644 --- a/pipeline/seq_retrieval/tests/requirements.txt +++ b/pipeline/seq_retrieval/tests/requirements.txt @@ -1,4 +1,4 @@ flake8==7.0.* mypy==1.9.* pytest==8.0.* -pytest-cov==4.1.* +pytest-cov==5.0.*