diff options
| author | 2021-02-26 02:25:18 +0000 | |
|---|---|---|
| committer | 2021-02-26 02:25:18 +0000 | |
| commit | 82190ee57bd25a1e999b7a8fb323513696e7e042 (patch) | |
| tree | d18f353616639cb593fbcc671c7adb6064ff1ae9 /Pipfile | |
| parent | Merge pull request #1428 from python-discord/wookie184-tag-updates (diff) | |
Bump aiohttp from 3.7.3 to 3.7.4
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.3 to 3.7.4.
- [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.3...v3.7.4)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ name = "pypi" [packages] aio-pika = "~=6.1" aiodns = "~=2.0" -aiohttp = "~=3.5" +aiohttp = "~=3.7" aioping = "~=0.3.1" aioredis = "~=1.3.1" "async-rediscache[fakeredis]" = "~=0.1.2" |