diff options
| author | 2021-02-26 17:07:03 +0100 | |
|---|---|---|
| committer | 2021-02-26 17:07:03 +0100 | |
| commit | 707d55d4634d815e290fd4e939fed5fa28df0f14 (patch) | |
| tree | 6c992f3509e69b21eb85164d0734d3fa213165c2 /Pipfile | |
| parent | Merge pull request #1393 from sebkuip/json-tag (diff) | |
| parent | Merge branch 'master' into dependabot/pip/aiohttp-3.7.4 (diff) | |
Merge pull request #1437 from python-discord/dependabot/pip/aiohttp-3.7.4
Bump aiohttp from 3.7.3 to 3.7.4
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" | 
