chore: deps

This commit is contained in:
Alexandre Teles
2023-08-05 15:56:50 -03:00
parent d4eac5c757
commit 383aaee327
3 changed files with 192 additions and 215 deletions

View File

@@ -9,18 +9,18 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
aiohttp = {version = "^3.8.5", extras = ["speedups"]}
sanic = {version = "^23.3.0", extras = ["ext"]}
sanic = {version = "^23.6.0", extras = ["ext"]}
ujson = "^5.8.0"
asyncstdlib = "^3.10.8"
pydantic = "^1.10.11"
cytoolz = "^0.12.1"
pydantic = "^1.10.12"
cytoolz = "^0.12.2"
beautifulsoup4 = "^4.12.2"
setuptools = "^68.0.0"
lxml = "^4.9.3"
mypy = "^1.4.1"
types-ujson = "^5.8.0.0"
types-aiofiles = "^23.1.0.4"
sanic-testing = "^23.3.0"
types-ujson = "^5.8.0.1"
types-aiofiles = "^23.1.0.5"
sanic-testing = "^23.6.0"
pytest-asyncio = "^0.21.1"
types-beautifulsoup4 = "^4.12.0.5"
pytest-md = "^0.2.0"