summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Johnson <johnsomor@gmail.com>2022-09-20 17:53:08 +0000
committerMichael Johnson <johnsomor@gmail.com>2022-09-21 00:51:06 +0000
commit989835c8c96113d9baef5a7b395a5a353075988a (patch)
tree82904d0caf154993baa1d3a20fb3431137f13aff
parenta1851784b092bfd2a21464bcb30fb34ebbe54ff3 (diff)
downloaddesignate-989835c8c96113d9baef5a7b395a5a353075988a.tar.gz
Fix minimum versions in requirements.txt15.0.0.0rc215.0.0
It appears we need to bump some minimum versions for changes made in Zed. This patch sets: alembic>=1.8.0 Change-Id: I3e3e1a4701c52003e4adf2738b1ca8598d4cae47 (cherry picked from commit b3e3bbf9e2c53863932b65a119700e2e4394b533)
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index ae63de60..4fb79d66 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@
# 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
# process, which may cause wedges in the gate later.
-alembic>=1.6.5 # MIT
+alembic>=1.8.0 # MIT
eventlet>=0.26.1 # MIT
Flask!=0.11,>=0.10 # BSD
greenlet>=0.4.15 # MIT