Chore: Update dependencies

Version Bump v10.1.0
This commit is contained in:
2022-04-02 10:00:05 +05:30
parent d9d5754e26
commit 1f1a9a13cd
6 changed files with 52 additions and 63 deletions

View File

@ -6,9 +6,9 @@ authors = ["tanshu <git@tanshu.com>"]
[tool.poetry.dependencies]
python = "^3.8"
pydantic = {extras = ["dotenv"], version = "^1.8.2"}
arq = "^0.20"
aiohttp = "^3.7.4"
pydantic = {extras = ["dotenv"], version = "^1.9.0"}
arq = "^0.22"
aiohttp = "^3.8.1"
aioredis = "^1.3.1"
[build-system]