Skip to content

Commit

Permalink
chore: update celery, django-celery-beat and django-celery-results
Browse files Browse the repository at this point in the history
  • Loading branch information
jLebioda committed Sep 8, 2021
1 parent 5dba790 commit 410d1e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
requirements = [
'Django==2.2.24',
'django-auth-ldap==1.7.0',
'django-celery-beat==1.4.0',
'django-celery-results==1.0.4',
'django-celery-beat==2.2.0',
'django-celery-results==2.0.1',
'django-compressor==2.2',
'django-debug-toolbar==1.11.1',
'django-enumchoicefield==1.1.0',
Expand All @@ -33,7 +33,7 @@
'pysolr==3.8.1',
'pytest-runner==5.1',
'pytz==2018.9',
'celery==4.3.0',
'celery==4.4.7',
'celery-haystack==0.10',
'setuptools-scm==3.3.3',
'django-model-utils==3.1.2',
Expand Down

0 comments on commit 410d1e6

Please sign in to comment.