summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-01-22 16:37:12 +0000
committerGerrit Code Review <review@openstack.org>2019-01-22 16:37:12 +0000
commitdb2ca62a9654e4616b58088b35b01b8ff44136b2 (patch)
tree65fdd695099cf9a6b13750299c1bc3c3eeaac0c5
parent68a9e34cbd222b63accb953a36f0efa0f232ce88 (diff)
parent9e0a4fd2f4e2bb54d4e31422683e133b7d0a3b21 (diff)
downloadoslosphinx-db2ca62a9654e4616b58088b35b01b8ff44136b2.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 d9d4239..b6391eb 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.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
# this is required for the docs build jobs
sphinx>=1.6.2 # BSD