Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 15, 2021
1 parent 055ae0e commit 95ce683
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 37 deletions.
90 changes: 54 additions & 36 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 @@ -32,7 +32,7 @@ typing-extensions = {version = "^3.7.4", python = "~3.6 || ~3.7"}
[tool.poetry.dev-dependencies]
pytest = "^6.2.1"
requests_mock = "^1.8.0"
coverage = {extras = ["toml"], version = "^5.3"}
coverage = {extras = ["toml"], version = "^5.5"}
safety = "^1.10.3"
mypy = "^0.790"
typeguard = "^2.10.0"
Expand Down

0 comments on commit 95ce683

Please sign in to comment.