Update git submodules

* Update python-troveclient from branch 'master'
  to 8271ba8719db5bba6a1bb45cd7e2f6750ae5f56a
  - Switch to collections.abc.*
    
    The abstract base classes previously defined in 'collections' were moved
    to 'collections.abc' in 3.3. The aliases will be removed in 3.10.
    Preempt this change now with a simple find-replace:
    
      $ ag -l 'collections.($TYPES)' | \
          xargs sed -i 's/\(collections\)\.\($TYPES\)/\1.abc.\2/g'
    
    Where $TYPES is the list of moved ABCs from [1].
    
    [1] https://docs.python.org/3/library/collections.abc.html
    
    Credit for this commit message to Stephen Finucane <stephenfin@redhat.com>
    
    Change-Id: I782f2449832398cf2cfb886f561635de3d8ac18d
This commit is contained in:
Joel Capitao 2021-02-12 11:55:12 +01:00 committed by Gerrit Code Review
parent b07c5c847e
commit 26ba5b5616
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 5188cc77c5433219583379efc5488edf376d9fdf
Subproject commit 8271ba8719db5bba6a1bb45cd7e2f6750ae5f56a