Skip to content

Commit

Permalink
chore(dep): bump and devide coverage (#438)
Browse files Browse the repository at this point in the history
* chore(deps): bump `coverage`
* chore(deps): bump `coverage` locked

Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored Nov 10, 2022
1 parent 8c9a65a commit db051d1
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 4 deletions.
73 changes: 70 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ toml = "^0.10.0"
autopep8 = "^1.6.0"
isort = { version = "^5.10.0", python = ">= 3.6.1" }
tox = "^3.25.1"
coverage = "^6.2"
coverage = [
{ python = ">=3.6,<3.7", version = "^6.2", extras = ["toml"] },
{ python = ">=3.7", version = "^6.5", extras = ["toml"] },
]
mypy = "^0.971"
flake8 = "^4.0.1"
flake8-annotations = {version = "^2.7.0", python = ">= 3.6.2"}
Expand Down

0 comments on commit db051d1

Please sign in to comment.