Skip to content

Commit 9b7b847

Browse files
authored
Update aiohttp minimum dependency version to 3.8.0 (#393)
1 parent d28ee61 commit 9b7b847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
] + tests_requires
3939

4040
install_aiohttp_requires = [
41-
"aiohttp>=3.7.1,<3.9.0",
41+
"aiohttp>=3.8.0,<3.9.0",
4242
]
4343

4444
install_requests_requires = [

0 commit comments

Comments
 (0)