From 0475e22d2d861d7d44bb199bf577513754cd5799 Mon Sep 17 00:00:00 2001 From: ZhijunWei Date: Sun, 7 Oct 2018 11:21:38 -0400 Subject: [PATCH] Update the hacking to latest Change-Id: I458ae1dc0cdae3c4a8b5c7014d832082f3de796c --- HACKING.rst | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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