diff options
author | nico <nico@magicbroccoli.de> | 2020-10-26 22:20:37 +0100 |
---|---|---|
committer | nico <nico@magicbroccoli.de> | 2020-10-26 22:20:37 +0100 |
commit | f61283c6b1112aa0a208993f0e75017525331dc5 (patch) | |
tree | dfe0b439d1808296333e47510d2670912e2dd4fe | |
parent | c01b4bbb4d0618ba825a66717c500e4fece5e46b (diff) | |
parent | 32c0c1a160094530b82efd5e891264ab848a1945 (diff) |
Merge remote-tracking branch 'github/dependabot/pip/aiohttp-3.7.1'
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index daa8db0..d79ce00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiodns==2.0.0 -aiohttp==3.6.3 +aiohttp==3.7.1 async-timeout==3.0.1 attrs==20.2.0 cffi==1.14.3 |