Fix minimum versions in requirements.txt

It appears we need to bump some minimum versions for changes made in Zed.
This patch sets:
alembic>=1.8.0

Change-Id: I3e3e1a4701c52003e4adf2738b1ca8598d4cae47
This commit is contained in:
Michael Johnson
2022-09-20 17:53:08 +00:00
parent b0bff602ed
commit b3e3bbf9e2

View File

@@ -5,7 +5,7 @@
# The order of packages is significant, because pip processes them in the order # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
alembic>=1.6.5 # MIT alembic>=1.8.0 # MIT
eventlet>=0.26.1 # MIT eventlet>=0.26.1 # MIT
Flask!=0.11,>=0.10 # BSD Flask!=0.11,>=0.10 # BSD
greenlet>=0.4.15 # MIT greenlet>=0.4.15 # MIT