From 8762350d5534321c7f8a5c48bfc5146ef1d94722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 01:25:10 +0000 Subject: [PATCH] Bump pytest-cov from 2.12.1 to 3.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 to 3.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...v3.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 e3e2aa1..71ae2a2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -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==3.0.0 # via -r dev-requirements.in pytz==2021.1 # via @@ -83,7 +83,7 @@ six==1.16.0 # virtualenv snowballstemmer==2.1.0 # via sphinx -sphinx==4.1.2 +sphinx==4.2.0 # via # -r dev-requirements.in # recommonmark @@ -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