Update git submodules

* Update glance from branch 'master'
  to 035fbe9fea136d53e884cf23d6d58553f42a4da0
  - Merge "db: Remove use of 'bind' arguments"
  - db: Remove use of 'bind' arguments
    
    Resolve the following RemovedIn20Warning warnings:
    
      The MetaData.bind argument is deprecated and will be removed in
      SQLAlchemy 2.0.
    
      The ``bind`` argument for schema methods that invoke SQL against an
      engine or connection will be required in SQLAlchemy 2.0.
    
    We are also able to resolve the following RemovedIn20Warning warning,
    since the migration away from the bind parameter requires updating these
    calls.
    
      The autoload parameter is deprecated and will be removed in version
      2.0.  Please use the autoload_with parameter, passing an engine or
      connection.
    
    Similarly, we can also resolve the following RemovedIn20Warning warning,
    since the calls we're updating here are the only ones affected by this
    deprecation:
    
      The insert.values parameter will be removed in SQLAlchemy 2.0.  Please
      refer to the Insert.values() method.
    
    Change-Id: Ic956980a03e1a0e1b6f90c492d8a03a64ea275cc
This commit is contained in:
Zuul 2023-09-04 08:28:14 +00:00 committed by Gerrit Code Review
parent d875e1a206
commit 077c538cdc
1 changed files with 1 additions and 1 deletions

2
glance

@ -1 +1 @@
Subproject commit 6d62668c32f0850047baa9ec32d6733f56b55eda
Subproject commit 035fbe9fea136d53e884cf23d6d58553f42a4da0