From 9fc47272b9afaa597d65e2b710670409a1f9a476 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Jun 2021 18:07:52 +0000 Subject: [PATCH] chore(deps): update dependency pytest-cov to v2.12.1 --- poetry.lock | 16 +++++++--------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index ad56ebf..d061331 100644 --- a/poetry.lock +++ b/poetry.lock @@ -126,9 +126,6 @@ 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"] @@ -537,18 +534,19 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm [[package]] name = "pytest-cov" -version = "2.12.0" +version = "2.12.1" 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 = {version = ">=5.2.1", extras = ["toml"]} +coverage = ">=5.2.1" pytest = ">=4.6" +toml = "*" [package.extras] -testing = ["fields", "hunter", "process-tests (==2.0.2)", "six", "pytest-xdist", "virtualenv"] +testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-mock" @@ -714,7 +712,7 @@ ansible-base = ["ansible-base"] [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "0984bbfc8a82159d500b71595bdb05ccb5c98dd76fa40c7078cbb04e9d0a7067" +content-hash = "07d11b641a7874d4ec4e4b056e027dad6a7f353717c2070431e3b78f0f8bef69" [metadata.files] ansible = [ @@ -1032,8 +1030,8 @@ pytest = [ {file = "pytest-6.2.4.tar.gz", hash = "sha256:50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b"}, ] pytest-cov = [ - {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"}, + {file = "pytest-cov-2.12.1.tar.gz", hash = "sha256:261ceeb8c227b726249b376b8526b600f38667ee314f910353fa318caa01f4d7"}, + {file = "pytest_cov-2.12.1-py2.py3-none-any.whl", hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a"}, ] pytest-mock = [ {file = "pytest-mock-3.6.1.tar.gz", hash = "sha256:40217a058c52a63f1042f0784f62009e976ba824c418cced42e88d5f40ab0e62"}, diff --git a/pyproject.toml b/pyproject.toml index ae69b7d..23b1650 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ flake8-quotes = "3.2.0" pep8-naming = "0.11.1" pydocstyle = "6.1.1" pytest = "6.2.4" -pytest-cov = "2.12.0" +pytest-cov = "2.12.1" pytest-mock = "3.6.1" yapf = "0.31.0"