From ab367d1e8e6df5b7cf2b9daa652356563936ae86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 12:14:17 +0000 Subject: [PATCH] Bump pytest-cov from 2.12.1 to 4.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.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.12.1...v4.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 50a7a80..4577dbb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ attrs==21.2.0 # via pytest babel==2.9.1 # via sphinx -backports.entry-points-selectable==1.1.0 +backports-entry-points-selectable==1.1.0 # via virtualenv certifi==2021.5.30 # via requests @@ -18,7 +18,7 @@ charset-normalizer==2.0.4 # via requests commonmark==0.9.1 # via recommonmark -coverage==5.5 +coverage[toml]==5.5 # via pytest-cov distlib==0.3.2 # via virtualenv @@ -64,7 +64,7 @@ pytest==6.2.5 # via # -r dev-requirements.in # pytest-cov -pytest-cov==2.12.1 +pytest-cov==4.0.0 # via -r dev-requirements.in pytz==2021.1 # via @@ -101,8 +101,8 @@ sphinxcontrib-serializinghtml==1.1.5 # via sphinx toml==0.10.2 # via + # coverage # pytest - # pytest-cov # tox tomli==1.2.1 # via setuptools-scm