diff --git a/requirements.txt b/requirements.txt index 61fd6c35b6d..b9c4455683f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ retrying!=1.3.0,>=1.2.3 # Apache-2.0 Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT taskflow>=1.26.0 # Apache-2.0 -rtslib-fb>=2.1.41 # Apache-2.0 +rtslib-fb>=2.1.43 # Apache-2.0 simplejson>=2.2.0 # MIT six>=1.9.0 # MIT SQLAlchemy<1.1.0,>=1.0.10 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index d4e2fdc576d..5e72fad6a71 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # Install bounded pep8/pyflakes first, then let flake8 install -hacking>=0.11.0,<0.12 # Apache-2.0 +hacking<0.12,>=0.11.0 # Apache-2.0 anyjson>=0.3.3 # BSD coverage>=3.6 # Apache-2.0 @@ -21,7 +21,7 @@ testresources>=0.2.4 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD oslosphinx>=4.7.0 # Apache-2.0 oslo.versionedobjects[fixtures]>=1.13.0 # Apache-2.0 -os-testr>=0.7.0 # Apache-2.0 +os-testr>=0.8.0 # Apache-2.0 tempest-lib>=0.14.0 # Apache-2.0 bandit>=1.1.0 # Apache-2.0 reno>=1.8.0 # Apache2