Update git submodules

* Update heat from branch 'master'
  to bb97ed77ae9625353059d0c79fed0a599803971d
  - Merge "Set cache_ok to avoid SAWarning"
  - Set cache_ok to avoid SAWarning
    
    Since sqlalchemy 1.4.14[1], the following warning is raised unless
    the cache_ok flag is explicitly set in classes inheriting
    TypeDecorator.
    
    SAWarning: TypeDecorator Json() will not produce a cache key because
    the ``cache_ok`` attribute is not set to True.  This can have
    significant performance implications including some performance
    degradations in comparison to prior SQLAlchemy versions.
    Set this attribute to True if this type object's state is safe to use
    in a cache key, or False to disable this warning. (Background on this
    error at: https://sqlalche.me/e/14/cprf)
    
    Because the flag was set to True by default in older releases, this
    adds explicit cache_ok = True, to restore the previous behavior in
    Wallaby and older. (wallaby u-c has SQLAlchemy===1.3.23 while xena u-c
    has SQLAlchemy===1.4.23)
    
    [1] 6967b45020
    
    Change-Id: I6b84a626994543468f49373a554de44025576a9a
This commit is contained in:
Zuul 2022-07-18 14:11:04 +00:00 committed by Gerrit Code Review
parent c6c1258695
commit d253f9d176
1 changed files with 1 additions and 1 deletions

2
heat

@ -1 +1 @@
Subproject commit d55001c1d56e626756df5effed6782b008affc9c
Subproject commit bb97ed77ae9625353059d0c79fed0a599803971d