From 1b36297f3a58ae20eabd190ac15a58a5a499ee70 Mon Sep 17 00:00:00 2001 From: Renat Akhmerov Date: Tue, 27 Apr 2021 11:58:58 +0700 Subject: [PATCH] Fix hacking version Change-Id: I2f33a01a2e928e440c4ebb001dc4e24b5bd89145 --- lower-constraints.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 15f415f..a550ecf 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -3,7 +3,7 @@ Babel==2.3.4 coverage==4.0 doc8==0.6.0 fixtures==3.0.0 -hacking==1.1.0 +hacking==3.1.0 keystoneauth1===3.18.0 mistral-lib==2.3.0 oslo.log==3.36.0 diff --git a/test-requirements.txt b/test-requirements.txt index 396d38e..4743b22 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>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=3.0.1 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0