Bump dependencies (#874)

* fix pytest-asynio bump to 0.19

* bump mypy

* fix coverage of async fixtures
This commit is contained in:
collerek
2022-10-11 16:29:41 +02:00
committed by GitHub
parent 174a21495d
commit 3661967a27
24 changed files with 167 additions and 779 deletions

View File

@ -74,7 +74,7 @@ python = "<3.8"
pytest = "^7.1.3"
pytest-cov = "^4.0.0"
codecov = "^2.1.12"
pytest-asyncio = "^0.18.3"
pytest-asyncio = "^0.19.0"
fastapi = ">=0.70.1,<0.86"
flake8 = "^3.9.2"
flake8-black = "^0.3.3"
@ -88,7 +88,7 @@ flake8-functions = "^0.0.7"
flake8-expression-complexity = "^0.0.11"
# types
mypy = "^0.971"
mypy = "^0.982"
types-ujson = "^5.5.0"
types-PyMySQL = "^1.0.19"
types-ipaddress = "^1.0.1"