Update git submodules

* Update zun from branch 'master'
  to 397edf53c161e9dbc9b26ab152227142d8c38796
  - Use alembic alter_column for 35cb52c5553f migration
    
    With latest sqlalchemy there is no alter attribute for the Column object
    
    Thus, zun-db-manage upgrade fails with AttributeError. Instead of trying
    to use SQLAlchemy for altering Column we should use alembic instead
    for the migration
    
    This also fix py3.11 job by replacing libmysqlclient-dev with
    libmariadb-dev-compat which is available for both ubuntu and debian.
    
    Closes-Bug: #2043209
    Change-Id: Iaba736d391ad5820de5f481d2c5bac1714dc0809
This commit is contained in:
Dmitriy Rabotyagov 2023-11-13 04:51:42 +01:00 committed by Gerrit Code Review
parent 99391eda4a
commit e3d8cc2937
1 changed files with 1 additions and 1 deletions

2
zun

@ -1 +1 @@
Subproject commit 541478084eff416ca05f6156cdbbf4217df48f22
Subproject commit 397edf53c161e9dbc9b26ab152227142d8c38796