Skip to content

Commit 6d6f037

Browse files
authored
Update django-celery-beat from 2.5.0 to 2.6.0 (#4899)
1 parent 22d927e commit 6d6f037

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_slug}}/requirements

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ hiredis==2.3.2 # https://github.com/redis/hiredis-py
1717
{%- endif %}
1818
{%- if cookiecutter.use_celery == "y" %}
1919
celery==5.3.6 # pyup: < 6.0 # https://github.com/celery/celery
20-
django-celery-beat==2.5.0 # https://github.com/celery/django-celery-beat
20+
django-celery-beat==2.6.0 # https://github.com/celery/django-celery-beat
2121
{%- if cookiecutter.use_docker == 'y' %}
2222
flower==2.0.1 # https://github.com/mher/flower
2323
{%- endif %}

0 commit comments

Comments
 (0)