From 049dc4497ba21a2ee476b4bed6e2a26ed4ac99d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 01:42:15 +0000 Subject: [PATCH] chore(deps): update dependency pytest-cov to v5 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index baa53ca..bbcf7e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -886,13 +886,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-cov" -version = "3.0.0" +version = "5.0.0" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {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-5.0.0.tar.gz", hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"}, + {file = "pytest_cov-5.0.0-py3-none-any.whl", hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652"}, ] [package.dependencies] @@ -900,7 +900,7 @@ coverage = {version = ">=5.2.1", extras = ["toml"]} pytest = ">=4.6" [package.extras] -testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"] +testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytz" @@ -1343,4 +1343,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6feef7f779b6f7751661b86474a54edf5e3746c02129f1fa84808331b664a807" +content-hash = "b8b9773ceeae54e9f7043af098b2c3a8c7e1d525706fe139af3088c3086e54cb" diff --git a/pyproject.toml b/pyproject.toml index cf78fea..58833df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ tqdm = "^4.66.1" [tool.poetry.group.dev.dependencies] pre-commit = ">=3" pytest = "^7.0" -pytest-cov = "^3.0" +pytest-cov = "^5.0.0" [tool.poetry.group.docs] optional = true