Merge pull request #255 from moraroy/dependabot/pip/pytest-cov-5.0.0

Bump pytest-cov from 4.1.0 to 5.0.0
This commit is contained in:
Roy 2024-04-01 15:39:09 -07:00 committed by GitHub
commit 8e22a45ba9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@ -1256,13 +1256,13 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"]
[[package]] [[package]]
name = "pytest-cov" name = "pytest-cov"
version = "4.1.0" version = "5.0.0"
description = "Pytest plugin for measuring coverage." description = "Pytest plugin for measuring coverage."
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.8"
files = [ files = [
{file = "pytest-cov-4.1.0.tar.gz", hash = "sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6"}, {file = "pytest-cov-5.0.0.tar.gz", hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"},
{file = "pytest_cov-4.1.0-py3-none-any.whl", hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a"}, {file = "pytest_cov-5.0.0-py3-none-any.whl", hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652"},
] ]
[package.dependencies] [package.dependencies]
@ -1270,7 +1270,7 @@ coverage = {version = ">=5.2.1", extras = ["toml"]}
pytest = ">=4.6" pytest = ">=4.6"
[package.extras] [package.extras]
testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"] testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"]
[[package]] [[package]]
name = "pytest-datafiles" name = "pytest-datafiles"
@ -1776,4 +1776,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.11,<3.13" python-versions = ">=3.11,<3.13"
content-hash = "63c885adc642338b59dd1d4a6cc7e9c27a2914b3e6c4a25252a12df8bdb554ab" content-hash = "41ff78a4d02d20ed8b8e8ae7f4f74ba3e1a6305fa5e49fd35d6e1f282481ed4c"

View File

@ -24,7 +24,7 @@ ipython = "^8.17.2"
poetry-plugin-export = "^1.6.0" poetry-plugin-export = "^1.6.0"
pytest = "^8.0.2" pytest = "^8.0.2"
pytest-asyncio = "^0.23.5" pytest-asyncio = "^0.23.5"
pytest-cov = "^4.1.0" pytest-cov = "^5.0.0"
pytest-datafiles = "^3.0.0" pytest-datafiles = "^3.0.0"
pytest-xdist = "^3.4.0" pytest-xdist = "^3.4.0"
rich = "^13.6.0" rich = "^13.6.0"