Fix requirements for SQLAlchemy to be >= 1.3.11

This patch changes the version of SQLAlchemy to be >= 1.3.11 in
requirements.txt and lower-constraints.txt.

The tacker-db-migrate command uses `.Computed` in the migration of
c47a733f425a, but it's only supported equal to or later than 1.3.11.

Change-Id: I09f047be726dc09c4b7316c68d97eb2e57fbf309
Closes-bug: #1908003
Closes-bug: #1907525
This commit is contained in:
Yoshito Ito
2020-12-14 18:26:41 +09:00
parent 6bbcad5af7
commit 379bb9b966
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ simplejson==3.13.2
snowballstemmer==1.2.1
sqlalchemy-filters==0.10.0
sqlalchemy-migrate==0.11.0
SQLAlchemy==1.3.0
SQLAlchemy==1.3.11
sqlparse==0.2.4
statsd==3.2.2
stestr==2.0.0