Bump pika from 0.13.0 to 0.13.1

Bumps [pika](https://github.com/pika/pika) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/pika/pika/releases)
- [Commits](https://github.com/pika/pika/compare/0.13.0...0.13.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-03-11 03:22:30 +00:00
parent 78f4808daa
commit db435288cc
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ VERSION = '1.2.3'
REQUIRED = [
'requests==2.21.0',
'aiohttp==3.5.4',
'pika==0.13.0'
'pika==0.13.1'
]
here = os.path.abspath(os.path.dirname(__file__))