Update git submodules

* Update osc-lib from branch 'master'
  to 3f47018de8d5f7a83425e1d2d08ce2e3c7a33534
  - Merge "utils: Don't warn for partial formatter classes"
  - utils: Don't warn for partial formatter classes
    
    We make use of functools.partial in OSC to allow us to pass additional
    configuration to formatters. This incorrectly results in a warning being
    raised for these formatters since they are of type 'partial', not
    'type'.
    
      DeprecationWarning: The usage of formatter functions is now
      discouraged. Consider using cliff.columns.FormattableColumn instead.
      See reviews linked with bug 1687955 for more detail.
    
    Add a special handler for these since it's likely a somewhat
    widespread pattern.
    
    Change-Id: Icf8644d51e1f6fa9fc3a5896edd76db1c4ec38f0
    Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Zuul 2023-10-26 10:39:22 +00:00 committed by Gerrit Code Review
parent cc6ed99822
commit 40697d7c51
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 32b640f3c058936389911465489ff9bb22f2fe7d
Subproject commit 3f47018de8d5f7a83425e1d2d08ce2e3c7a33534