Skip to content

Commit ef01672

Browse files
Bump pytest-cov from 5.0.0 to 6.0.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4fccfa commit ef01672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies = [
6363
dynamic = ["version"]
6464

6565
[project.optional-dependencies]
66-
dev = ["pytest==8.3.3", "pytest-cov==5.0.0", "black==24.10.0", "flake8==7.1.1"]
66+
dev = ["pytest==8.3.3", "pytest-cov==6.0.0", "black==24.10.0", "flake8==7.1.1"]
6767
docs = ["sphinx==8.0.2", "sphinx-rtd-theme==3.0.1", "sphinxcontrib-video==0.2.1"]
6868
plugins = ["pyqt5~=5.15", "toml==0.10.2"]
6969

0 commit comments

Comments
 (0)