summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2020-07-27 15:15:56 +0200
committerRiccardo Pittau <elfosardo@gmail.com>2020-07-27 15:15:56 +0200
commitbc57788756ec595530a19f9e19d247fcd9e7bf55 (patch)
tree48800deae23ccfcd044cac20e2d92fe67928f1fb
parentdc395c58377d7793ea691d21fef7bb9665c604e4 (diff)
downloadironic-python-agent-bc57788756ec595530a19f9e19d247fcd9e7bf55.tar.gz
Update version of hacking
Now with a safe version of flake8! Change-Id: Ic2c8e787a2857ab80d35a7bc81b8272701f99d36
-rw-r--r--lower-constraints.txt2
-rw-r--r--test-requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 9d58dd8b..914e3be6 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -20,7 +20,7 @@ future==0.16.0
gitdb==4.0.4
GitPython==3.1.1
greenlet==0.4.13
-hacking==3.0.1
+hacking==3.1.0
ifaddr==0.1.6
imagesize==1.0.0
ironic-lib==4.1.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 0565105a..d07515f9 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>=3.0.1,<3.1.0 # Apache-2.0
+hacking>=3.1.0,<3.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
testtools>=2.2.0 # MIT
oslotest>=3.2.0 # Apache-2.0