Skip to content

Commit 213fd85

Browse files
build(deps): bump pytest-cov from 6.1.1 to 6.2.1 (#19754)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.1.1 to 6.2.1. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.1.1...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 77bfa9c commit 213fd85

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

poetry.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2802,20 +2802,21 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments
28022802

28032803
[[package]]
28042804
name = "pytest-cov"
2805-
version = "6.1.1"
2805+
version = "6.2.1"
28062806
description = "Pytest plugin for measuring coverage."
28072807
optional = true
28082808
python-versions = ">=3.9"
28092809
groups = ["main"]
28102810
markers = "extra == \"dev\""
28112811
files = [
2812-
{file = "pytest_cov-6.1.1-py3-none-any.whl", hash = "sha256:bddf29ed2d0ab6f4df17b4c55b0a657287db8684af9c42ea546b21b1041b3dde"},
2813-
{file = "pytest_cov-6.1.1.tar.gz", hash = "sha256:46935f7aaefba760e716c2ebfbe1c216240b9592966e7da99ea8292d4d3e2a0a"},
2812+
{file = "pytest_cov-6.2.1-py3-none-any.whl", hash = "sha256:f5bc4c23f42f1cdd23c70b1dab1bbaef4fc505ba950d53e0081d0730dd7e86d5"},
2813+
{file = "pytest_cov-6.2.1.tar.gz", hash = "sha256:25cc6cc0a5358204b8108ecedc51a9b57b34cc6b8c967cc2c01a4e00d8a67da2"},
28142814
]
28152815

28162816
[package.dependencies]
28172817
coverage = {version = ">=7.5", extras = ["toml"]}
2818-
pytest = ">=4.6"
2818+
pluggy = ">=1.2"
2819+
pytest = ">=6.2.5"
28192820

28202821
[package.extras]
28212822
testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"]

0 commit comments

Comments
 (0)