Merge pull request #50 from AndreiDrang/dependabot/pip/aiohttp-3.6.1
Bump aiohttp from 3.6.0 to 3.6.1
This commit is contained in:
commit
ee06c98c99
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ EMAIL = "drang.andray@gmail.com"
|
||||||
AUTHOR = "AndreiDrang, redV0ID"
|
AUTHOR = "AndreiDrang, redV0ID"
|
||||||
REQUIRES_PYTHON = ">=3.6.0"
|
REQUIRES_PYTHON = ">=3.6.0"
|
||||||
VERSION = "1.5.2"
|
VERSION = "1.5.2"
|
||||||
REQUIRED = ["requests==2.22.0", "aiohttp==3.6.0", "pika==1.1.0"]
|
REQUIRED = ["requests==2.22.0", "aiohttp==3.6.1", "pika==1.1.0"]
|
||||||
|
|
||||||
here = os.path.abspath(os.path.dirname(__file__))
|
here = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue