From 2754a9eaab978275bbfa316bbf3c70da3d61fb74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 00:10:47 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 (#221) --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 472893a1..8e56f875 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1216,13 +1216,13 @@ testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy [[package]] name = "pytest-cov" -version = "4.1.0" +version = "5.0.0" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-cov-4.1.0.tar.gz", hash = "sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6"}, - {file = "pytest_cov-4.1.0-py3-none-any.whl", hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a"}, + {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] @@ -1230,7 +1230,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 = "python-dateutil" @@ -1993,4 +1993,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "e10da4ca7826879a2dea05e829c50e0d017ab46c30829646bff21243278f36c6" +content-hash = "abe5805a74f3451a5f37b8de0ce971de480bf27b39c24b107bb37a36e43b060f" diff --git a/pyproject.toml b/pyproject.toml index 67495dcf..15222d23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ isort = "^5.12.0" pre-commit = "^3.5.0" pytest = "^8.1.1" pytest-asyncio = "^0.21.0" -pytest-cov = "^4.1.0" +pytest-cov = "^5.0.0" python-dotenv = "^1.0.0" Sphinx = "^7.1.2" sphinx-press-theme = "^0.9.1"