Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and kumuji committed Jul 7, 2020
1 parent 64a77fc commit dd5802f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 34 deletions.
69 changes: 36 additions & 33 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 @@ -41,7 +41,7 @@ flake8-black = "^0.1.2"
flake8-bugbear = "^20.1.4"
mypy = "^0.782"
pre-commit = "^2.6.0"
coverage = {extras = ["toml"], version = "^5.1"}
coverage = {extras = ["toml"], version = "^5.2"}
pytest-cov = "^2.10.0"
nox = "^2020.5.24"
pytest-mock = "^3.1.1"
Expand Down

0 comments on commit dd5802f

Please sign in to comment.