From fa55ec9f9bb2ca57768fd38e52650b53a58abb89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 22:20:19 +0200 Subject: [PATCH] Bump pytest-cov from 4.0.0 to 4.1.0 (#104) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.0.0 to 4.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e10da20..9748759 100644 --- a/requirements.txt +++ b/requirements.txt @@ -88,7 +88,7 @@ pytest==7.3.1 # pytest-sugar pytest-cookies==0.7.0 # via -r requirements.in -pytest-cov==4.0.0 +pytest-cov==4.1.0 # via -r requirements.in pytest-instafail==0.5.0 # via -r requirements.in