Bump pika from 0.13.1 to 1.0.0
Bumps [pika](https://github.com/pika/pika) from 0.13.1 to 1.0.0. - [Release notes](https://github.com/pika/pika/releases) - [Commits](https://github.com/pika/pika/compare/0.13.1...1.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
8e134bf9ae
commit
ba14659229
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.2.5"
|
VERSION = "1.2.5"
|
||||||
REQUIRED = ["requests==2.21.0", "aiohttp==3.5.4", "pika==0.13.1"]
|
REQUIRED = ["requests==2.21.0", "aiohttp==3.5.4", "pika==1.0.0"]
|
||||||
|
|
||||||
here = os.path.abspath(os.path.dirname(__file__))
|
here = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue