From e35360daa5e295d9d9e30f1d4912926ea974caf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 12:11:55 +0000 Subject: [PATCH] chore(deps): update dependency pytest-cov to v4 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ce7047f5..20130d48 100644 --- a/poetry.lock +++ b/poetry.lock @@ -501,7 +501,7 @@ testing = ["mypy (==0.910)", "tox"] [[package]] name = "pytest-cov" -version = "3.0.0" +version = "4.0.0" description = "Pytest plugin for measuring coverage." category = "dev" optional = false @@ -690,7 +690,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = ">=3.7,<3.11" -content-hash = "b4cf5089e8f81240b1b6f41fad98c47a768fa8260a5edb5783c695562a7c90a5" +content-hash = "9a1f0aec5b8e3416c6d3cd211772069c4c49da833d3506a6f124ea5bd1699b7c" [metadata.files] aiofiles = [ @@ -1162,8 +1162,8 @@ pytest-bdd = [ {file = "pytest_bdd-6.0.1-py3-none-any.whl", hash = "sha256:1dcea36d5fb59291a5d3c186f4cbbd04cdb62a304341f9a360a07682ba1aba18"}, ] pytest-cov = [ - {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, - {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, + {file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"}, + {file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"}, ] python-didl-lite = [ {file = "python-didl-lite-1.3.2.tar.gz", hash = "sha256:88c0641d3140f7b05f1efd93f7c481fc62aa50d1e05e17f0e0a15bee025c4af1"}, diff --git a/pyproject.toml b/pyproject.toml index 5ed35cb0..7ba3fea8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ reactivex = "^4.0.3" [tool.poetry.dev-dependencies] pytest = "^7.1.0" -pytest-cov = "^3.0.0" +pytest-cov = "^4.0.0" pytest-asyncio = "^0.19.0" pytest-bdd = "^6.0.0" async-asgi-testclient = "^1.4.10"