Skip to content

Commit 066ecc8

Browse files
build(deps): bump pytest-cov from 6.1.1 to 6.2.1 (#375)
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 d7813b5 commit 066ecc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tests = [
8686
"numpy==2.2.4 ; sys_platform == 'linux' and python_version == '3.13'",
8787
"pillow==11.2.1 ; sys_platform == 'linux' and python_version == '3.13'",
8888
"pytest==8.3.5",
89-
"pytest-cov==6.1.1",
89+
"pytest-cov==6.2.1",
9090
"pytest-rerunfailures==15.1",
9191
"pyvirtualdisplay==3.0 ; sys_platform == 'linux'",
9292
]

0 commit comments

Comments
 (0)