Skip to content

Commit 3d29f41

Browse files
build(deps): bump pytest-cov from 6.2.1 to 7.0.0 (#20125)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.2.1 to 7.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.2.1...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2ef68d commit 3d29f41

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2866,24 +2866,24 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests
28662866

28672867
[[package]]
28682868
name = "pytest-cov"
2869-
version = "6.2.1"
2869+
version = "7.0.0"
28702870
description = "Pytest plugin for measuring coverage."
28712871
optional = true
28722872
python-versions = ">=3.9"
28732873
groups = ["main"]
28742874
markers = "extra == \"dev\""
28752875
files = [
2876-
{file = "pytest_cov-6.2.1-py3-none-any.whl", hash = "sha256:f5bc4c23f42f1cdd23c70b1dab1bbaef4fc505ba950d53e0081d0730dd7e86d5"},
2877-
{file = "pytest_cov-6.2.1.tar.gz", hash = "sha256:25cc6cc0a5358204b8108ecedc51a9b57b34cc6b8c967cc2c01a4e00d8a67da2"},
2876+
{file = "pytest_cov-7.0.0-py3-none-any.whl", hash = "sha256:3b8e9558b16cc1479da72058bdecf8073661c7f57f7d3c5f22a1c23507f2d861"},
2877+
{file = "pytest_cov-7.0.0.tar.gz", hash = "sha256:33c97eda2e049a0c5298e91f519302a1334c26ac65c1a483d6206fd458361af1"},
28782878
]
28792879

28802880
[package.dependencies]
2881-
coverage = {version = ">=7.5", extras = ["toml"]}
2881+
coverage = {version = ">=7.10.6", extras = ["toml"]}
28822882
pluggy = ">=1.2"
2883-
pytest = ">=6.2.5"
2883+
pytest = ">=7"
28842884

28852885
[package.extras]
2886-
testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"]
2886+
testing = ["process-tests", "pytest-xdist", "virtualenv"]
28872887

28882888
[[package]]
28892889
name = "pytest-mock"

0 commit comments

Comments
 (0)