From 511f065b5c30f828d0f086062f0260016a57c248 Mon Sep 17 00:00:00 2001 From: Ronelle Landy Date: Tue, 16 Feb 2021 08:46:28 -0500 Subject: [PATCH] Up pbr requirements - failing openstack-tox This review ups the pbr requirements in stable/train to match those in stable/ussuri. openstack-tox-pep8 tests are failing with errors about finding a version that satisfies the previous requirement. Change-Id: I61595eb7cd535ec74af06b668012a3f6f1843876 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e46b891..7deef889 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pbr>=0.5.21,<1.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0