Bump pika from 1.0.1 to 1.1.0
Bumps [pika](https://github.com/pika/pika) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/pika/pika/releases) - [Commits](https://github.com/pika/pika/compare/1.0.1...1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
d0271dbaee
commit
f523c36a09
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.3"
|
||||
REQUIRED = ["requests==2.22.0", "aiohttp==3.5.4", "pika==1.0.1"]
|
||||
REQUIRED = ["requests==2.22.0", "aiohttp==3.5.4", "pika==1.1.0"]
|
||||
|
||||
here = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
|
|
Loading…
Reference in New Issue