Skip to content

Commit

Permalink
fix(deps): update dependency pytest-mock to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 30, 2020
1 parent f07417c commit fd5c3a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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
Expand Up @@ -36,7 +36,7 @@ python = "^3.6"
# Optional dependencies to be part of `test` extra
pytest = {version = "^5.1", optional = true}
pytest-cov = {version = "^2.8.1", optional = true}
pytest-mock = {version = "^1.13.0", optional = true}
pytest-mock = {version = "^3.0.0", optional = true}
pytest-html = {version = "^2.0.1", optional = true}
pytest-asyncio = {version = "^0.14.0", optional = true}
mock = {version = "^4.0.2", optional = true}
Expand Down

0 comments on commit fd5c3a9

Please sign in to comment.