Merge branch 'master' into bugfix-bulk-create

This commit is contained in:
Ethon
2022-01-21 10:25:29 +08:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@ -86,7 +86,7 @@ pytest-asyncio = "^0.16.0"
fastapi = "^0.70.1"
flake8 = "^3.9.2"
flake8-black = "^0.2.3"
flake8-bugbear = "^21.11.29"
flake8-bugbear = "^22.1.11"
flake8-import-order = "^0.18.1"
flake8-bandit = "^2.1.2"
flake8-builtins = "^1.5.3"
@ -103,7 +103,7 @@ types-ipaddress = "^1.0.1"
types-enum34 = "^1.1.1"
types-cryptography = "^3.3.9"
types-orjson = "^3.6.1"
types-aiofiles = "^0.7.0"
types-aiofiles = "^0.8.3"
types-pkg-resources = "^0.1.3"
types-requests = "^2.26.1"
types-toml = "^0.10.1"