# HG changeset patch # User Andrew Shadura # Date 2016-07-12 21:47:14 # Node ID b5859022ac6967c16bb42b7f13d69e342e490791 # Parent 81ff11476d166c0317e045387680cc18778b12c8 setup: bump dulwich dependency to 0.14.1 This version has been tested and reviewed and we believe all relevant issues from the introduction of Python 3 support in 1.0 has been fixed. Supporting older dulwich versions is not feasible/relevant. We assume all future versions will be backwards compatible. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ requirements = [ "Routes==1.13", "pytest>=2.7.0,<3.0", "pytest-sugar>=0.7.0,<1.0.0", - "dulwich>=0.9.9,<=0.9.9", + "dulwich>=0.14.1", "mercurial>=2.9,<3.9", ]