Update dependency pytest to v8 #33

Open
renovate-bot wants to merge 1 commits from renovate/pytest-8.x into master
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ python = "^3.7"
[tool.poetry.dev-dependencies]
black = "^20.8b1"
flake8 = "^3.8.4"
pytest = "^6.2.2"
pytest = "^8.0.0"
pytest-cov = "^2.11.1"
[build-system]