summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhijunWei <wzj334965317@outlook.com>2018-12-28 23:03:34 +0800
committerZhijunWei <wzj334965317@outlook.com>2018-12-28 23:03:48 +0800
commit2eae978a35b7bbe4a7d3b64dfe3c0cbf34a95e69 (patch)
tree0739f18725543b84270f3762c62bc7d38cb312c5
parente1121e90cd530f19c0d1faff034bece435616c6f (diff)
downloadpython-barbicanclient-2eae978a35b7bbe4a7d3b64dfe3c0cbf34a95e69.tar.gz
Update hacking version
Change-Id: Iff536d9fc6d0b17d12f5badb5741f5b753252642
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 0426a1e..da9fdc7 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.
coverage!=4.4,>=4.0 # Apache-2.0
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
requests-mock>=1.2.0 # Apache-2.0
mock>=2.0.0 # BSD