Skip to content

Commit

Permalink
chore(deps-dev): bump pytest-cov from 2.12.1 to 6.0.0 (#310)
Browse files Browse the repository at this point in the history
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 to 6.0.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v2.12.1...v6.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
  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>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 9e267dc commit e3748fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
29 changes: 10 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pytest = ">=6.2"
pytest-aiohttp = "^0.3"
pytest-asyncio = ">=0.14,<0.26"
pytest-clarity = ">=1.0"
pytest-cov = "^2.11"
pytest-cov = ">=2.11,<7.0"
pytest-xdist = "^3.6"

# For convenience in local development; additional tools are managed by pre-commit
Expand Down

0 comments on commit e3748fd

Please sign in to comment.