diff --git a/setup.py b/setup.py index 109db840a6..c722911ad2 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ install_requires = [ "django-compressor>=1.4", "django-libsass>=0.2", "django-modelcluster>=0.3", - "django-taggit==0.12.0", + "django-taggit==0.12.1", "django-treebeard==2.0", "Pillow>=2.3.0", "beautifulsoup4>=4.3.2", diff --git a/tox.ini b/tox.ini index c99af4570c..6377c0862b 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ base = django-compressor>=1.4 django-libsass>=0.2 django-modelcluster>=0.3 - django-taggit==0.12.0 + django-taggit==0.12.1 django-treebeard==2.0 Pillow>=2.3.0 beautifulsoup4>=4.3.2