Update pytest dependencies

master
Антон Касимов 2022-10-26 01:44:32 +03:00
parent 8419ecb6f7
commit dffc294c06
Signed by: toxa
SSH Key Fingerprint: SHA256:fGoT3aBWeTp6/0uhMz56IJDyZDzSbRc06AdWcNcRxNg
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
["pyproject.toml".tool.poetry.group.dev.dependencies]
pytest = "^7.0.0"
pytest = "^7.2.0"
pytest-cov = "^4.0.0"
pytest-xdist = {extras = ["psutil"], version = "^2.1.0"}
pytest-sugar = "^0.9.4"
pytest-xdist = {extras = ["psutil"], version = "^3.0.2"}
pytest-sugar = "^0.9.5"
Faker = "^15.1.0"
pytest-snapshot = "^0.9.0"