change: upgrade pytest denpendencies

This commit is contained in:
debugtalk
2022-03-21 15:53:01 +08:00
parent d873a5e74b
commit 5aba08b8b4
4 changed files with 53 additions and 52 deletions

View File

@@ -36,8 +36,8 @@ pydantic = "~1.8" # >=1.8.0 <1.9.0
loguru = "^0.4.1"
jmespath = "^0.9.5"
black = "^19.10b0"
pytest = "^5.4.2"
pytest-html = "^2.1.1"
pytest = "^7.1.1"
pytest-html = "^3.1.1"
sentry-sdk = "^0.14.4"
allure-pytest = {version = "^2.8.16", optional = true}
requests-toolbelt = {version = "^0.9.1", optional = true}