summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorIury Gregory Melo Ferreira <imelofer@redhat.com>2020-09-10 11:05:16 +0200
committerGhanshyam Mann <gmann@ghanshyammann.com>2020-09-11 04:23:12 +0000
commit19d97e656297a7411065c94dfe344395b7ad8b6d (patch)
treee45df4f3aeaf963f50d793f1d183c978a8c23cf3 /requirements.txt
parent9341ca4ef726826f4845635e6567a919f2ddc48c (diff)
downloadironic-19d97e656297a7411065c94dfe344395b7ad8b6d.tar.gz
Fix lower-constraints for Ubuntu Focal
Change-Id: Id3cc2d1b619790813b94b0cfd52ff6590aff060c
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index 0dfe0bbd7..b36a38789 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,8 +2,8 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
-SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
-alembic>=0.9.6 # MIT
+SQLAlchemy>=1.2.19 # MIT
+alembic>=1.4.2 # MIT
automaton>=1.9.0 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
WebOb>=1.7.1 # MIT
@@ -18,7 +18,7 @@ pysendfile>=2.0.0;sys_platform!='win32' # MIT
oslo.concurrency>=4.2.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.context>=2.19.2 # Apache-2.0
-oslo.db>=4.40.0 # Apache-2.0
+oslo.db>=6.0.0 # Apache-2.0
oslo.rootwrap>=5.8.0 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0
oslo.middleware>=3.31.0 # Apache-2.0