Skip to content

Commit 451ab8c

Browse files
Update dependency aiofiles to v25
1 parent 75dc9ca commit 451ab8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ classifiers = [
231231
[tool.poetry.dependencies]
232232
python = ">=3.14"
233233
aiohttp = ">=3.11.11,<4.0.0"
234-
aiofiles = ">=24.1.0,<25.0.0"
234+
aiofiles = ">=25.1.0,<25.2.0"
235235
pycryptodome = ">=3.19.1,<4.0.0"
236236
m3u8 = ">=6.0.0,<7.0.0"
237237
tenacity = ">=9.1.2,<10.0.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiofiles >= 24.1.0, <25.0.0
1+
aiofiles >=25.1.0, <25.2.0
22
aiohttp >= 3.11.11, <4.0.0
33
m3u8~=6.0.0, <7.0.0
44
pycryptodome >= 3.19.1, <4.0.0

0 commit comments

Comments
 (0)