Skip to content

Commit bdb5072

Browse files
build(deps-dev): 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a60cd6c commit bdb5072

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ xxhash = "^3.4.1"
2828

2929
[tool.poetry.group.dev.dependencies]
3030
pytest = ">=7.2.1,<9.0.0"
31-
pytest-cov = ">=4,<6"
31+
pytest-cov = ">=4,<7"
3232
syrupy = "^4.6.0"
3333
torch = [
3434
# Install the CUDA version on Windows. Projects that depend on us always get their dependencies from PyPI, so

0 commit comments

Comments
 (0)