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 alembic==1.0.0
arrow==0.12.1 arrow==0.12.1
celery~=4.4.2
configparser==3.5.0 configparser==3.5.0
cryptography==2.3 cryptography==2.3
falcon==1.4.1 falcon==1.4.1

View File

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