Skip to content

Commit 5874f54

Browse files
authored
Update aiohttp to >=3.7.1 (#166)
Update yarl to >=1.6.0
1 parent 6254ab9 commit 5874f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
install_requires = [
66
"graphql-core>=3.1,<3.2",
7-
"yarl>=1.4,<1.6",
7+
"yarl>=1.6,<2.0",
88
]
99

1010
scripts = [
@@ -32,7 +32,7 @@
3232
] + tests_requires
3333

3434
install_aiohttp_requires = [
35-
"aiohttp==3.7.1",
35+
"aiohttp>=3.7.1,<3.8.0",
3636
]
3737

3838
install_requests_requires = [

0 commit comments

Comments
 (0)