diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt index 513d0f2639..590e9440f9 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=0.9.2,<0.10 +hacking>=0.10.0,<0.11 coverage>=3.6 discover fixtures>=0.3.14 diff --git a/test-requirements.txt b/test-requirements.txt index 076c983443..75fb340ef0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=0.9.2,<0.10 +hacking>=0.10.0,<0.11 coverage>=3.6 discover fixtures>=0.3.14