diff options
author | nico <nico@magicbroccoli.de> | 2020-11-03 09:42:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 09:42:05 +0100 |
commit | aafec07601cbece3e060d929e516075783b21a3e (patch) | |
tree | 25a8584bdc4c4607f451c826d01a141b88a2c56d | |
parent | f61283c6b1112aa0a208993f0e75017525331dc5 (diff) | |
parent | 63589caa41118270bb2ddc001b3ea08075954415 (diff) |
Merge pull request #4 from mightyBroccoli/dependabot/pip/aiohttp-3.7.2
Bump aiohttp from 3.7.1 to 3.7.2
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index d79ce00..d2000b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiodns==2.0.0 -aiohttp==3.7.1 +aiohttp==3.7.2 async-timeout==3.0.1 attrs==20.2.0 cffi==1.14.3 |