Skip to content

Commit

Permalink
revert django-celery-beat upgrade for skipping migration
Browse files Browse the repository at this point in the history
  • Loading branch information
xjlin0 committed Apr 22, 2024
1 parent 3733bfc commit 21eb8c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fixtures/db_seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,7 @@
"expire_seconds": null,
"one_off": false,
"start_time": "2020-08-27T22:37:02Z",
"enabled": true,
"enabled": false,
"last_run_at": null,
"total_run_count": 0,
"date_changed": "2021-08-28T18:59:47.395Z",
Expand Down Expand Up @@ -1886,7 +1886,7 @@
"expire_seconds": null,
"one_off": false,
"start_time": "2020-08-27T22:37:02Z",
"enabled": true,
"enabled": false,
"last_run_at": null,
"total_run_count": 0,
"date_changed": "2021-08-28T18:59:47.395Z",
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ whitenoise==6.4.0 # https://github.com/evansd/whitenoise
redis==4.4.4 # https://github.com/redis/redis-py
hiredis==2.1.1 # https://github.com/redis/hiredis-py
celery==5.3.1 # pyup: < 6.0 # https://github.com/celery/celery
django-celery-beat==2.5.0 # https://github.com/celery/django-celery-beat
django-celery-beat==2.4.0 # https://github.com/celery/django-celery-beat # 2.5.0 will need new crontabschedule migration
flower==2.0.1 # https://github.com/mher/flower
uvicorn[standard]==0.29.0 # https://github.com/encode/uvicorn
psycopg2==2.9.9 # https://github.com/psycopg/psycopg2
Expand Down

0 comments on commit 21eb8c0

Please sign in to comment.