Bump aiohttp from 3.5.4 to 3.6.0
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.5.4 to 3.6.0. - [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.5.4...v3.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
61f6a825f8
commit
aacc8660cf
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ EMAIL = "drang.andray@gmail.com"
|
|||
AUTHOR = "AndreiDrang, redV0ID"
|
||||
REQUIRES_PYTHON = ">=3.6.0"
|
||||
VERSION = "1.5.1"
|
||||
REQUIRED = ["requests==2.22.0", "aiohttp==3.5.4", "pika==1.1.0"]
|
||||
REQUIRED = ["requests==2.22.0", "aiohttp==3.6.0", "pika==1.1.0"]
|
||||
|
||||
here = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
|
|
Loading…
Reference in New Issue