diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-10-28 08:12:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-28 08:12:30 +0100 |
commit | 63589caa41118270bb2ddc001b3ea08075954415 (patch) | |
tree | 25a8584bdc4c4607f451c826d01a141b88a2c56d | |
parent | f61283c6b1112aa0a208993f0e75017525331dc5 (diff) |
Bump aiohttp from 3.7.1 to 3.7.2
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.7.1...v3.7.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-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 |