Update git submodules

* Update oslo.db from branch 'master'
  to da4f13e7345653eba8aab5b8aceeaeff7367989e
  - Do not convert to string ``url.URL`` objects
    
    The SQLAlchemy method ``url.make_url`` accepts strings and ``url.URL``
    object types. By default, oslo.db was converting any object to string
    before calling ``url.make_url``, that parses this string. Since
    SQLAlchemy 2.0, the ``url.URL.__str__`` method is removed and the
    ``url.URL.__repr__`` method returns a string with the password hidden.
    
    The new utility method checks what type of object is passed and only
    if the object is not a string nor a ``url.URL`` object, is converted
    to a string.
    
    Closes-Bug: #2012928
    Change-Id: I84f13f378f83e2a55078370ae2b4787f00982c23
This commit is contained in:
Rodolfo Alonso Hernandez 2023-03-27 20:11:50 +02:00 committed by Gerrit Code Review
parent 7161f0dbbf
commit 36d3601ee9
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 94d6e24ca19b0116eed00d5ccdb8a538918c6dcf
Subproject commit da4f13e7345653eba8aab5b8aceeaeff7367989e