diff --git a/pyproject.toml b/pyproject.toml index f79299d..cca1265 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -235,7 +235,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.10" aiohttp = ">=3.14.1,<4.0.0" -aiofiles = ">=24.1.0,<25.0.0" +aiofiles = ">=25.1.0,<25.2.0" pycryptodome = ">=3.19.1,<4.0.0" m3u8 = ">=6.0.0,<7.0.0" tenacity = ">=9.1.2,<10.0.0" diff --git a/requirements.txt b/requirements.txt index 8d8afac..66c7618 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiofiles >= 24.1.0, <25.0.0 +aiofiles >=25.1.0, <25.2.0 aiohttp >= 3.14.1, <4.0.0 m3u8~=6.0.0, <7.0.0 pycryptodome >= 3.19.1, <4.0.0