Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent 078ea1f commit 709e158
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
108 changes: 54 additions & 54 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 @@ -36,7 +36,7 @@ local = ["qxelarator"]
pytest = {extras = ["toml"], version = "^7.4.3"}
pytest-cov = "^4.1.0"
pylint = "^3.0.3"
coverage = {extras = ["toml"], version = "^7.3.3"}
coverage = {extras = ["toml"], version = "^7.4.0"}
mypy = "^1.8"
docformatter = "1.7.5"
pytest-mock = "^3.12.0"
Expand Down

0 comments on commit 709e158

Please sign in to comment.