summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-03-07 13:40:59 +0000
committerGerrit Code Review <review@openstack.org>2019-03-07 13:40:59 +0000
commit598c1abac467adb4deb02459bae8eb9267e107b1 (patch)
treefac69d733afc4773756cd2201d90c95e16d305a1
parenta54ae8b4bb5c4d4d3037eca15ca39268077281d9 (diff)
parent0bc07b84f78e3946db4a09398124b7079457dd4b (diff)
downloadpython-designateclient-598c1abac467adb4deb02459bae8eb9267e107b1.tar.gz
Merge "Update hacking version"
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index c619d21..a467ceb 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 already pins down pep8, pyflakes and flake8
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
mock>=2.0.0 # BSD
oslo.config>=5.2.0 # Apache-2.0