chore(deps): update dependency pytest-cov to v2.12.0

This commit is contained in:
Renovate Bot 2021-05-14 11:53:40 +00:00 committed by renovate[bot]
parent f68d2a1375
commit 3ff27c01f1
2 changed files with 9 additions and 6 deletions

13
poetry.lock generated
View File

@ -111,6 +111,9 @@ category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[package.dependencies]
toml = {version = "*", optional = true, markers = "extra == \"toml\""}
[package.extras]
toml = ["toml"]
@ -516,14 +519,14 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm
[[package]]
name = "pytest-cov"
version = "2.11.1"
version = "2.12.0"
description = "Pytest plugin for measuring coverage."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[package.dependencies]
coverage = ">=5.2.1"
coverage = {version = ">=5.2.1", extras = ["toml"]}
pytest = ">=4.6"
[package.extras]
@ -679,7 +682,7 @@ ansible-base = ["ansible-base"]
[metadata]
lock-version = "1.1"
python-versions = "^3.6.0"
content-hash = "9cbb1a285dd6775477fe5c06be02d712350a06a1a89a758d4ca089923f08bf7a"
content-hash = "027fc8a7d40b19d758a7f1d3ec21dd1513898482410eb96c9604af36cf1b8cee"
[metadata.files]
ansible = [
@ -982,8 +985,8 @@ pytest = [
{file = "pytest-6.2.4.tar.gz", hash = "sha256:50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b"},
]
pytest-cov = [
{file = "pytest-cov-2.11.1.tar.gz", hash = "sha256:359952d9d39b9f822d9d29324483e7ba04a3a17dd7d05aa6beb7ea01e359e5f7"},
{file = "pytest_cov-2.11.1-py2.py3-none-any.whl", hash = "sha256:bdb9fdb0b85a7cc825269a4c56b48ccaa5c7e365054b6038772c32ddcdc969da"},
{file = "pytest-cov-2.12.0.tar.gz", hash = "sha256:8535764137fecce504a49c2b742288e3d34bc09eed298ad65963616cc98fd45e"},
{file = "pytest_cov-2.12.0-py2.py3-none-any.whl", hash = "sha256:95d4933dcbbacfa377bb60b29801daa30d90c33981ab2a79e9ab4452c165066e"},
]
pytest-mock = [
{file = "pytest-mock-3.6.1.tar.gz", hash = "sha256:40217a058c52a63f1042f0784f62009e976ba824c418cced42e88d5f40ab0e62"},

View File

@ -65,7 +65,7 @@ flake8-quotes = "3.2.0"
pep8-naming = "0.11.1"
pydocstyle = "6.0.0"
pytest = "6.2.4"
pytest-cov = "2.11.1"
pytest-cov = "2.12.0"
pytest-mock = "3.6.1"
yapf = "0.31.0"