Skip to content

Commit 714e4d0

Browse files
committed
Use latest version of aiohttp that supports 3.7.
Signed-off-by: Thomas Neidhart <thomas.neidhart@gmail.com>
1 parent 92a9926 commit 714e4d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ text-unidecode==1.3
2424
toml==0.10.2
2525
urllib3==1.26.11
2626
zipp==3.8.1
27-
aiohttp==3.9.1
27+
aiohttp==3.8.6
2828
aiofiles==23.2.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ install_requires =
6969
toml >= 0.10.0
7070
mock >= 3.0.5
7171
packvers >= 21.5
72-
aiohttp >= 3.9
72+
aiohttp >= 3.8
7373
aiofiles >= 23.1
7474

7575
[options.packages.find]

0 commit comments

Comments
 (0)