Skip to content

Commit d0c7a6e

Browse files
Update dependency aiofiles to v25
1 parent 3931a94 commit d0c7a6e

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
@@ -219,7 +219,7 @@ classifiers = [
219219
[tool.poetry.dependencies]
220220
python = ">=3.11"
221221
aiohttp = ">=3.11.11,<4.0.0"
222-
aiofiles = ">=24.1.0,<25.0.0"
222+
aiofiles = ">=25.1.0,<25.2.0"
223223
pycryptodome = ">=3.19.1,<4.0.0"
224224
m3u8 = ">=6.0.0,<7.0.0"
225225
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)