From a5c20760bba8c81a249fd481edbc5efca3a384e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 06:45:17 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-cov from 2.11.1 to 2.12.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.11.1 to 2.12.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.11.1...v2.12.0) Signed-off-by: dependabot[bot] --- requirements-dev.txt | 38 +++++++------------------------------- 1 file changed, 7 insertions(+), 31 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a9e342a..8f5eed6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -17,9 +17,7 @@ astroid==2.5.6 asttokens==2.0.5 # via flake8-aaa astunparse==1.6.3 - # via - # -r docs/requirements.txt - # pytkdocs + # via -r docs/requirements.txt attrs==21.2.0 # via # flake8-bugbear @@ -42,9 +40,7 @@ beautifulsoup4==4.9.3 black==21.5b1 # via -r requirements-dev.in cached-property==1.5.2 - # via - # -r docs/requirements.txt - # pytkdocs + # via -r docs/requirements.txt certifi==2020.12.5 # via # -r docs/requirements.txt @@ -67,7 +63,7 @@ click==8.0.0 # yamlfix colorama==0.4.4 # via flakehell -coverage==5.5 +coverage[toml]==5.5 # via pytest-cov distlib==0.3.1 # via virtualenv @@ -169,19 +165,7 @@ idna==2.10 # -r docs/requirements.txt # requests importlib-metadata==4.0.1 - # via - # -r docs/requirements.txt - # flake8 - # flake8-comprehensions - # flake8-simplify - # flake8-typing-imports - # markdown - # pep517 - # pluggy - # pre-commit - # pytest - # stevedore - # virtualenv + # via -r docs/requirements.txt iniconfig==1.1.1 # via pytest isort==5.8.0 @@ -343,7 +327,7 @@ pyparsing==2.4.7 # via packaging pyprojroot==0.2.0 # via autoimport -pytest-cov==2.11.1 +pytest-cov==2.12.0 # via -r requirements-dev.in pytest-pythonpath==0.7.3 # via -r requirements-dev.in @@ -422,6 +406,7 @@ text-unidecode==1.3 toml==0.10.2 # via # black + # coverage # dparse # flakehell # pep517 @@ -438,18 +423,11 @@ tqdm==4.60.0 # -r docs/requirements.txt # nltk typed-ast==1.4.3 - # via - # astroid - # black - # flake8-annotations - # mypy + # via mypy typing-extensions==3.10.0.0 # via # -r docs/requirements.txt - # black - # importlib-metadata # mypy - # pytkdocs urllib3==1.26.4 # via # -r docs/requirements.txt @@ -471,7 +449,6 @@ zipp==3.4.1 # via # -r docs/requirements.txt # importlib-metadata - # pep517 # The following packages are considered to be unsafe in a requirements file: pip==21.1.1 @@ -483,4 +460,3 @@ setuptools==56.2.0 # flake8-variables-names # ruyaml # safety - # yamllint