Update git submodules

* Update python-tripleoclient from branch 'master'
  - Merge "Correct YAML load warning"
  - Correct YAML load warning
    
    The use of `yaml.load` is deprecated and considered unsafe.
    
    The warning notice:
    
    > /usr/lib/python3.6/site-packages/tripleoclient/utils.py:2349:
      YAMLLoadWarning: calling yaml.load() without Loader=...
      is deprecated, as the default Loader is unsafe. Please read
      https://msg.pyyaml.org/load for full details.
    
    This change removes the use of the deprecated function, which
    corrects the issue.
    
    Change-Id: I7b747fd124880f55a30f75e5efb27c22c57ac10c
    Signed-off-by: Kevin Carter <kecarter@redhat.com>
This commit is contained in:
Zuul 2020-03-18 15:57:14 +00:00 committed by Gerrit Code Review
parent 2c3f6a8ed9
commit ae254a0d73
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 182a7bb6fdf900e8bef41de35eb01209b6ab14c1
Subproject commit 337820e8005f43e1125ebad036e88f2a8d4793e0