@@ -17,6 +17,8 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`.
- Now depends on :ref:`Kombu 2.5.11 <kombu:version-2.5.11>`.
+- Now depends on :mod:`billiard` 2.7.3.29
+
- ``--loader`` argument no longer supported importing loaders from the
current directory.
@@ -1,3 +1,3 @@
-billiard>=2.7.3.28,<3.0
+billiard>=2.7.3.29,<3.0
python-dateutil>=1.5
kombu>=2.5.11,<3.0
@@ -14,6 +14,6 @@ all_files = 1
upload-dir = docs/.build/html
[bdist_rpm]
-requires = billiard >= 2.7.3.28
+requires = billiard >= 2.7.3.29
python-dateutil >= 1.5
kombu >= 2.5.111