diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt index bb061d3..e221ee7 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -2,7 +2,7 @@ # 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 discover fixtures>=0.3.14 diff --git a/test-requirements.txt b/test-requirements.txt index 8549ecf..a3fa9e8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # 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 discover fixtures>=0.3.14