Change configs

This commit is contained in:
ashatora
2024-06-10 07:58:57 +03:00
parent 4885bc05e4
commit cbb571920a
7 changed files with 71 additions and 106 deletions

View File

@@ -7,7 +7,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
aiohttp = "3.8.6"
aiohttp = "3.9.5"
aiosignal = "1.3.1"
annotated-types = "0.5.0"
anyio = "3.7.1"
@@ -46,6 +46,7 @@ urllib3 = "1.26.18"
uvicorn = "0.20.0"
yarl = "1.9.2"
deb_structurer = "*"
bestconfig = "1.3.6"
[build-system]