Skip to content

Commit ed6e627

Browse files
Fixed million errors, now only 1 left
1 parent 6af6225 commit ed6e627

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deps/test-requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ httpx == 0.22.0; python_version == "3.6"
66
httpx >= 0.24.1; python_version == "3.7"
77
httpx >= 0.27.0; python_version >= "3.8"
88
aiohttp == 3.8.6; python_version <= "3.7"
9-
aiohttp == 3.9.4; python_version > "3.7"
10-
anyio[trio] == 3.6.2
9+
aiohttp == 3.9.4; python_version > "3.7" and python_version < "3.13"
10+
aiohttp == 3.12.15; python_version >= "3.13"
11+
anyio[trio] == 3.6.2; python_version < "3.13"
12+
anyio[trio] == 4.11.0; python_version >= "3.13"
1113

1214
pytest-mock >= 2.0.0
1315
mock >= 4.0; python_version < "3.8"

0 commit comments

Comments
 (0)