From 4cc44db11ce7024e248f2dd40842fddce559f9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 13:21:41 +0000 Subject: [PATCH] Bump pytest-cov from 4.1.0 to 5.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/testing.in | 2 +- requirements/testing.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/testing.in b/requirements/testing.in index 09e454532..d775f5a7e 100644 --- a/requirements/testing.in +++ b/requirements/testing.in @@ -4,7 +4,7 @@ coverage>=4.0.1 PyYAML>=6 pytest==4.6.5; python_version <= '3.4' pytest~=8.1.1; python_version > '3.4' -pytest-cov~=4.1.0 +pytest-cov~=5.0.0 pytest-html~=4.1.1 requests_mock~=1.11.0 pytest-mock~=3.12.0 diff --git a/requirements/testing.txt b/requirements/testing.txt index ee9c0a7ad..bbc8bae25 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -328,9 +328,9 @@ pytest==8.1.1 ; python_version > "3.4" \ # pytest-html # pytest-metadata # pytest-mock -pytest-cov==4.1.0 \ - --hash=sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6 \ - --hash=sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a +pytest-cov==5.0.0 \ + --hash=sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652 \ + --hash=sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857 # via -r requirements/testing.in pytest-html==4.1.1 \ --hash=sha256:70a01e8ae5800f4a074b56a4cb1025c8f4f9b038bba5fe31e3c98eb996686f07 \