diff --git a/HACKING.rst b/HACKING.rst index cc0d3e5..9ff11c3 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ gerrit-dash-creator Style Commandments ====================================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/test-requirements.txt b/test-requirements.txt index 6d1f612..3d588b8 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.10.2,<0.11 +hacking>=1.1.0,<1.2.0 coverage>=3.6 doc8 fixtures>=1.3.1