Skip to content

Commit

Permalink
Update pytest to deal with python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
opeco17 committed Apr 14, 2022
1 parent cb0ba5c commit 0a35948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ poetry = "^1.2.0b1"
safety = ">1.0.0, <=1.10.3"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
pytest = "^6.2"
mypy = "^0.942"
flake8 = "^4.0.0"
black = "^22.3.0"
Expand Down

0 comments on commit 0a35948

Please sign in to comment.