Merge "Uplift celery to address memory leak"

This commit is contained in:
Zuul 2020-06-26 16:46:54 +00:00 committed by Gerrit Code Review
commit 83501c83c2
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
alembic==1.0.0
arrow==0.12.1
celery~=4.4.2
configparser==3.5.0
cryptography==2.3
falcon==1.4.1

View File

@ -1,5 +1,5 @@
# Testing
amqp==2.5.1
amqp~=2.6.0
pytest==3.5.0
pytest-cov==2.5.1
responses==0.10.2