diff --git a/{{ cookiecutter.project_name }}/app/requirements/production.txt b/{{ cookiecutter.project_name }}/app/requirements/production.txt index d08f394..81b6c8a 100644 --- a/{{ cookiecutter.project_name }}/app/requirements/production.txt +++ b/{{ cookiecutter.project_name }}/app/requirements/production.txt @@ -2,6 +2,6 @@ Django==3.2.10 django-celery-beat==2.2.1 psycopg2-binary==2.9.2 redis==4.1.0 -kombu==5.2.2 +kombu==5.2.3 celery==5.2.2 gunicorn==20.1.0