Skip to content

Commit cc3128f

Browse files
committed
bump aiohttp to 3.7.1, add typing-extensions
1 parent a3423c8 commit cc3128f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiodns==2.0.0 # via fdiff (setup.py)
88
aiofiles==0.5.0 # via fdiff (setup.py)
9-
aiohttp==3.6.3 # via fdiff (setup.py)
9+
aiohttp==3.7.1 # via fdiff (setup.py)
1010
async-timeout==3.0.1 # via aiohttp
1111
attrs==20.2.0 # via aiohttp
1212
cffi==1.14.3 # via pycares
@@ -16,4 +16,5 @@ idna==2.10 # via yarl
1616
multidict==5.0.0 # via aiohttp, yarl
1717
pycares==3.1.1 # via aiodns
1818
pycparser==2.20 # via cffi
19+
typing-extensions==3.7.4.3 # via aiohttp
1920
yarl==1.6.2 # via aiohttp

0 commit comments

Comments
 (0)