mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 22:24:31 +02:00
Merge pull request #172 from LisoUseInAIKyrios/main
fix: Use multidict 6.0.5, add setuptools as dev dependency
This commit is contained in:
commit
bf5eaa8940
1317
poetry.lock
generated
1317
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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 = [
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user