Skip to content

Commit

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

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

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 Oct 29, 2023
1 parent b2c0b15 commit affbc32
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 @@ -35,7 +35,7 @@ local = ["qxelarator"]
pytest = {extras = ["toml"], version = "^7.4.2"}
pytest-cov = "^4.1.0"
pylint = "^2.17.5"
coverage = {extras = ["toml"], version = "^7.3.1"}
coverage = {extras = ["toml"], version = "^7.3.2"}
mypy = "^1.5"
docformatter = "1.7.5"
pytest-mock = "^3.11.1"
Expand Down

0 comments on commit affbc32

Please sign in to comment.