diff --git a/requirements.txt b/requirements.txt index 94371cc7..cad347b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ six>=1.9.0 # MIT kazoo>=2.2 # Apache-2.0 pykafka>=2.5.0 # Apache 2.0 License PyMySQL>=0.7.6 # MIT License -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0 pyparsing>=2.1.0 # MIT ujson>=1.35 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index b8ead0a2..5748f288 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,11 +7,11 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 Babel!=2.4.0,>=2.3.4 # BSD coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD -httplib2>=0.7.5 # MIT +httplib2>=0.9.1 # MIT mock>=2.0.0 # BSD mox>=0.5.3 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 -os-testr>=0.8.0 # Apache-2.0 +os-testr>=1.0.0 # Apache-2.0 python-subunit>=0.0.18 # Apache-2.0/BSD testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD