Bump SQLAlchemy minimum version

Change-Id: I13eb367a46a5c47c8a79f621bb6fa4d7c3915c15
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2022-04-20 17:43:53 +01:00
parent 909fe93fb1
commit f24c77c774
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ WebOb>=1.7.1 # MIT
Flask!=0.11,>=1.0.2 # BSD
Flask-RESTful>=0.3.5 # BSD
cryptography>=2.7 # BSD/Apache-2.0
SQLAlchemy>=1.3.0 # MIT
SQLAlchemy>=1.4.0 # MIT
sqlalchemy-migrate>=0.13.0 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
passlib>=1.7.0 # BSD