diff --git a/requirements/local.txt b/requirements/local.txt index 5b99b928..265f4b9b 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -4,6 +4,6 @@ redis==5.0.1 # https://github.com/antirez/redis celery==5.3.4 # pyup: < 5.0 # https://github.com/celery/celery kombu==5.3.2 flower==2.0.1 # https://github.com/mher/flower -uvicorn==0.23.2 # https://github.com/encode/uvicorn +uvicorn==0.24.0 # https://github.com/encode/uvicorn gunicorn==21.2.0 # https://github.com/benoitc/gunicorn amqp==5.1.1 # https://github.com/celery/py-amqp