Skip to content

Commit

Permalink
chore(deps): bump coverage from 7.5.3 to 7.6.0
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.3 to 7.6.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.5.3...7.6.0)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 88fe7e9 commit 6a8d89e
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 deletions.
110 changes: 55 additions & 55 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 @@ -88,7 +88,7 @@ pydocstyle = "^6.1.1"
pylint = "^3.2.3"
pytest = "^8.2.2"
pyupgrade = "^3.2.2"
coverage = {extras = ["toml"], version = "^7.5.3"}
coverage = {extras = ["toml"], version = "^7.6.0"}
pytest-html = "^4.1.0"
pytest-cov = "^5.0.0"
pytest-mock = "^3.14.0"
Expand Down

0 comments on commit 6a8d89e

Please sign in to comment.