From 4f0ec2107b5a64fc937757df1c0e5a2d8fd15b71 Mon Sep 17 00:00:00 2001 From: "descope[bot]" Date: Thu, 3 Nov 2022 03:12:18 +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 fa987e06..7abcad11 100644 --- a/poetry.lock +++ b/poetry.lock @@ -502,7 +502,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-cov" -version = "3.0.0" +version = "4.0.0" description = "Pytest plugin for measuring coverage." category = "dev" optional = false @@ -658,7 +658,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "7648425df83272b672de742cc01e388e49a6e1b3a8a923f076da580c378743a1" +content-hash = "7aeef2f717851a9587e08edac860f99454ee5972762435a6f2aa896784de1a58" [metadata.files] attrs = [ @@ -1021,8 +1021,8 @@ pytest = [ {file = "pytest-7.1.3.tar.gz", hash = "sha256:4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39"}, ] 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"}, ] PyYAML = [ {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, diff --git a/pyproject.toml b/pyproject.toml index 7258e7a3..90113b1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pre-commit = "2.20.0" mock = "4.0.3" Flask = "2.2.2" flake8 = "5.0.4" -pytest-cov = "3.0.0" +pytest-cov = "4.0.0" pytest = "7.1.3" black = "22.10.0" liccheck = "0.7.2"