Merge "Fix requirements for SQLAlchemy to be >= 1.3.11"

This commit is contained in:
Zuul 2020-12-16 10:08:29 +00:00 committed by Gerrit Code Review
commit da23543bb8
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

View File

@ -14,7 +14,7 @@ jsonschema>=3.2.0 # MIT
keystonemiddleware>=4.17.0 # Apache-2.0
kombu>=4.3.0 # BSD
netaddr>=0.7.18 # BSD
SQLAlchemy>=1.3.0 # MIT
SQLAlchemy>=1.3.11 # MIT
sqlalchemy-filters>=0.10.0
WebOb>=1.7.1 # MIT
python-heatclient>=1.10.0 # Apache-2.0