Skip to content

Commit

Permalink
fix(deps): update dependency pytest-asyncio to ^0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 26, 2021
1 parent be38c77 commit 27d9e2f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
31 changes: 25 additions & 6 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 @@ -38,7 +38,7 @@ pytest = {version = "^5.1", optional = true}
pytest-cov = {version = "^2.8.1", optional = true}
pytest-mock = {version = "^1.13.0", optional = true}
pytest-html = {version = "^2.0.1", optional = true}
pytest-asyncio = {version = "^0.14.0", optional = true}
pytest-asyncio = {version = "^0.15.0", optional = true}
mock = {version = "^4.0.2", optional = true}
# Optional dependencies to be part of `bdd` extra
# Already included as non-optional dependency
Expand Down

0 comments on commit 27d9e2f

Please sign in to comment.