@@ -17,6 +17,8 @@ new in Celery 3.1.
- Now depends on :ref:`Kombu 3.0.10 <kombu:version-3.0.10>`.
+- Now depends on :mod:`billiard` 3.3.0.14.
+
- ``ResultSet.iterate`` is now pending deprecation.
The implementation is very inefficient and using
@@ -1,3 +1,3 @@
pytz>dev
-billiard>=3.3.0.13,<3.4
+billiard>=3.3.0.14,<3.4
kombu>=3.0.10,<4.0
@@ -15,5 +15,5 @@ upload-dir = docs/.build/html
[bdist_rpm]
requires = pytz >= 2011b
- billiard >= 3.3.0.13
+ billiard >= 3.3.0.14
kombu >= 3.0.10