Bump dependencies (#874)
* fix pytest-asynio bump to 0.19 * bump mypy * fix coverage of async fixtures
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user