Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit b4422a9

Browse files
Bump coverage from 5.4 to 5.5
Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.4 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.4...coverage-5.5) Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9af598 commit b4422a9

File tree

2 files changed

+57
-52
lines changed

2 files changed

+57
-52
lines changed

poetry.lock

Lines changed: 56 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ importlib-metadata = {version = "^3.4.0", python = "<3.8"}
3333

3434
[tool.poetry.dev-dependencies]
3535
pytest = "^6.2.2"
36-
coverage = {extras = ["toml"], version = "^5.4"}
36+
coverage = {extras = ["toml"], version = "^5.5"}
3737
safety = "^1.10.3"
3838
mypy = "^0.800"
3939
typeguard = "^2.11.1"

0 commit comments

Comments
 (0)