Skip to content

Commit bc1bc6f

Browse files
committed
fix(aiohttp): remove support for older versions of aiohttp
Signed-off-by: Cagri Yonca <cagri@ibm.com>
1 parent 9b338e3 commit bc1bc6f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
-r requirements-minimal.txt
22
aioamqp>=0.15.0
33
aiofiles>=0.5.0
4-
aiohttp<=3.10.11; python_version <= "3.8"
5-
aiohttp>=3.8.3; python_version > "3.8"
4+
aiohttp>=3.12.14
65
aio-pika>=9.5.2
76
boto3>=1.17.74
87
bottle>=0.12.25

0 commit comments

Comments
 (0)