Skip to content

Commit df1c740

Browse files
Update dependency aiofiles to v25
1 parent c338179 commit df1c740

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
@@ -235,7 +235,7 @@ classifiers = [
235235
[tool.poetry.dependencies]
236236
python = ">=3.10"
237237
aiohttp = ">=3.11.11,<4.0.0"
238-
aiofiles = ">=24.1.0,<25.0.0"
238+
aiofiles = ">=25.1.0,<25.2.0"
239239
pycryptodome = ">=3.19.1,<4.0.0"
240240
m3u8 = ">=6.0.0,<7.0.0"
241241
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)