Skip to content

Commit

Permalink
⬆️ Upgrade pytest and plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 5, 2022
1 parent 29305b5 commit 3b56695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -38,10 +38,10 @@ Documentation = "https://typer.tiangolo.com/"
[tool.flit.metadata.requires-extra]
test = [
"shellingham >=1.3.0,<2.0.0",
"pytest >=4.4.0,<5.4.0",
"pytest >=4.4.0,<8.0.0",
"pytest-cov >=2.10.0,<5.0.0",
"coverage >=6.2,<7.0",
"pytest-xdist >=1.32.0,<2.0.0",
"pytest-xdist >=1.32.0,<4.0.0",
"pytest-sugar >=0.9.4,<0.10.0",
"mypy ==0.910",
"black >=22.3.0,<23.0.0",
Expand Down

0 comments on commit 3b56695

Please sign in to comment.