From 978612d9ea64c8961a598ad97d1f6b3f940c796e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 01:07:10 +0000 Subject: [PATCH] build(deps): update pytest-cov requirement in /.dagger-ci/daggerci 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:production ... Signed-off-by: dependabot[bot] --- .dagger-ci/daggerci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dagger-ci/daggerci/requirements.txt b/.dagger-ci/daggerci/requirements.txt index 388a3c79..c531813a 100644 --- a/.dagger-ci/daggerci/requirements.txt +++ b/.dagger-ci/daggerci/requirements.txt @@ -3,7 +3,7 @@ dagger-io~=0.13 prettytable~=3.11 pytest~=8.3 pytest-benchmark~=5.0 -pytest-cov~=5.0 +pytest-cov~=6.0 pytest-flake8~=1.2 pytest-pylint~=0.21 pytest-timeout~=2.3