fix: Use multidict 6.0.5, add setup tools as dev dependency

This commit is contained in:
LisoUseInAIKyrios 2024-04-08 16:04:30 +04:00
parent b2c2fa7136
commit af19446a67
3 changed files with 749 additions and 573 deletions

1317
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -30,6 +30,9 @@ types-ujson = "^5.9.0.0"
types-aiofiles = "^23.2.0.20240106"
types-beautifulsoup4 = "^4.12.0.20240106"
[tool.poetry.group.dev.dependencies]
setuptools = "^69.2.0"
[tool.pytest.ini_options]
asyncio_mode = "auto"
filterwarnings = [

View File

@ -27,7 +27,7 @@ jinja2==3.1.3 ; python_version >= "3.11" and python_version < "3.13"
limits==3.7.0 ; python_version >= "3.11" and python_version < "3.13"
lxml==5.1.0 ; python_version >= "3.11" and python_version < "3.13"
markupsafe==2.1.3 ; python_version >= "3.11" and python_version < "3.13"
multidict==6.0.4 ; python_version >= "3.11" and python_version < "3.13"
multidict==6.0.5 ; python_version >= "3.11" and python_version < "3.13"
packaging==23.2 ; python_version >= "3.11" and python_version < "3.13"
passlib==1.7.4 ; python_version >= "3.11" and python_version < "3.13"
pendulum==3.0.0 ; python_version >= "3.11" and python_version < "3.13"