Merge pull request #172 from LisoUseInAIKyrios/main

fix: Use multidict 6.0.5, add setuptools as dev dependency
This commit is contained in:
Alexandre Teles (afterSt0rm) 2024-04-09 15:06:27 -03:00 committed by GitHub
commit bf5eaa8940
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"