summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorZhijunWei <wzj334965317@outlook.com>2018-12-28 22:52:08 +0800
committerZhijunWei <wzj334965317@outlook.com>2019-02-17 10:28:24 +0800
commitc9b464c0995788ac52ca4378da6554254e2684e1 (patch)
treebd6905a7b453c4f62c0846b6b2c879dd99a1c978 /test-requirements.txt
parent4f24d023c588f868a3c48daacaa8c5182af01dd0 (diff)
downloadoslo-serialization-c9b464c0995788ac52ca4378da6554254e2684e1.tar.gz
Update hacking version
Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: I95d62bbce7fe20dd2f9ec8a96cdffeeefcda75be
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index e682186..6882afd 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# 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
ipaddress>=1.0.17;python_version<'3.3' # PSF
mock>=2.0.0 # BSD
netaddr>=0.7.18 # BSD