[TEST] update pytest-cov to remove warning (#1867)

cleanup this warning when running tests
This commit is contained in:
dni ⚡ 2023-08-16 16:26:48 +02:00 committed by GitHub
parent 511a0fd895
commit 5e03f8eed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -42,7 +42,7 @@ pytest = "^7.1.2"
mock = "^4.0.3"
black = "^22.6.0"
pytest-asyncio = "^0.19.0"
pytest-cov = "^3.0.0"
pytest-cov = "^4.1.0"
mypy = "^0.971"
types-protobuf = "^3.19.22"
pylint = "^2.17.2"