Update git submodules

* Update cliff from branch 'master'
  to 117a1005dc208b55aba93652856c8001b28a48ce
  - requirements: Uncap PrettyTable
    
    PrettyTable was capped at a < 0.8, which meant we were getting the
    veritably ancient 0.7.2 release first release in April 2013 (!) [1].
    The project is now being maintained as a Jazzband project [2], meaning
    we should switch to this new version.
    
    The only significant change required here is that we no longer set the
    'min_width' attribute since that actually does something - the wrong
    thing - now. We want this attribute to set a lower bound on the wrap
    width as opposed to an absolute minimum we can use, which is what
    setting the 'min_width' attribute would do.
    
    While we're here, we also remove a now useless bit of Python 2 code and
    bump cmd2 to a slightly newer version.
    
    [1] https://pypi.org/project/prettytable/#history
    [2] https://github.com/jazzband/prettytable
    
    Change-Id: Iceac729e7a9429e8ab25c60524a48d0aaeebeb37
    Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
    Depends-On: https://review.opendev.org/c/openstack/requirements/+/774917
This commit is contained in:
Stephen Finucane 2021-02-11 19:21:15 +00:00 committed by Gerrit Code Review
parent 5d6bca0459
commit 68621ec7c4
1 changed files with 1 additions and 1 deletions

2
cliff

@ -1 +1 @@
Subproject commit 421f20c9c8aa155d1c986aecd6af1504640c4596
Subproject commit 117a1005dc208b55aba93652856c8001b28a48ce