deps(pydantic): bump pydantic to 1.5

lint code
This commit is contained in:
mpa 2020-07-21 06:44:45 +04:00
parent 2d4419ecdc
commit ba4e535f5a
No known key found for this signature in database
GPG key ID: BCCFBFCCC9B754A8
4 changed files with 200 additions and 191 deletions

View file

@ -34,7 +34,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
aiohttp = "^3.6"
pydantic = "^1.5.1"
pydantic = "^1.6"
Babel = "^2.7"
aiofiles = "^0.4.0"
uvloop = {version = "^0.14.0", markers = "sys_platform == 'darwin' or sys_platform == 'linux'", optional = true}