Skip to content

Commit

Permalink
Bump pytest plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedrow committed Jan 27, 2022
1 parent a813fb2 commit b0f41c6
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 20 deletions.
48 changes: 31 additions & 17 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ black = "^20.8b1"
isort = "^5.7.0"
mock = { version = "^4.0.3", python = "< 3.8" }
pytest = "^6.0"
pytest-cov = "^2.11.1"
pytest-cov = "^3.0"
pytest-github-actions-annotate-failures = "^0.1.1"
pytest-monkeytype = "^1.1.0"
pytest-randomly = "^3.4"
pytest-subtests = "^0.3"
pytest-timeout = "^1.4.2"
pytest-subtests = "^0.6"
pytest-timeout = "^2.1"
pytest-xdist = "^2.2.0"
pyupgrade = "^2.7.4"
toml-sort = "^0.18.0"
Expand Down

0 comments on commit b0f41c6

Please sign in to comment.