summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot_requirements.txt2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/askbot_requirements.txt b/askbot_requirements.txt
index 2cac4e63..70bc5874 100644
--- a/askbot_requirements.txt
+++ b/askbot_requirements.txt
@@ -10,7 +10,7 @@ django-threaded-multihost
django-robots
unidecode
django-countries==1.0.5
-django-celery==2.2.3
+django-celery==2.2.7
django-kombu==0.9.2
django-followit
django-recaptcha-works
diff --git a/setup.py b/setup.py
index cbbdb4ca..331d3fb1 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ install_requires = [
'django-robots',
'unidecode',
'django-countries==1.0.5',
- 'django-celery==2.2.3',
+ 'django-celery==2.2.7',
'django-kombu==0.9.2',
'django-followit',
'django-recaptcha-works',