From d0161eee2b41a645398f8f918688f10047c3d3e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 06:14:00 +0000 Subject: [PATCH] Bump pytest-cov from 2.8.1 to 4.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.8.1 to 4.0.0. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.8.1...v4.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 test-requirements.txt diff --git a/test-requirements.txt b/test-requirements.txt old mode 100755 new mode 100644 index 231b2ba..31c84ef --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ -r requirements.txt coverage==5.0.1 pytest==5.3.2 -pytest-cov==2.8.1 +pytest-cov==4.0.0 pytest-django==3.7.0 py==1.8.0 pylint