Skip to content

Commit

Permalink
Bump coverage from 7.2.7 to 7.3.0
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.7 to 7.3.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.2.7...7.3.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 Aug 18, 2023
1 parent 4ec65b4 commit 663bb30
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 64 deletions.
118 changes: 55 additions & 63 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 @@ -31,7 +31,7 @@ qi-compute-api-client = {git = "https://github.com/QuTech-Delft/compute-api-clie
pytest = {extras = ["toml"], version = "^7.4.0"}
pytest-cov = "^4.1.0"
pylint = "^2.17.5"
coverage = {extras = ["toml"], version = "^7.2.7"}
coverage = {extras = ["toml"], version = "^7.3.0"}
mypy = "^1.5"
docformatter = "1.4"
pytest-mock = "^3.11.1"
Expand Down

0 comments on commit 663bb30

Please sign in to comment.