Fix lower-constraints

Change-Id: Ia2b49128258b18653865622022e8877489f0087b
This commit is contained in:
Gregory Thiemonge 2021-01-05 10:14:27 +01:00
parent 0acf61bb22
commit 7bdf196eee
2 changed files with 12 additions and 13 deletions

View File

@ -3,7 +3,7 @@ alembic==0.8.10
amqp==2.2.2
appdirs==1.4.3
asn1crypto==0.24.0
astroid==1.3.8
astroid==2.0.0
automaton==1.14.0
Babel==2.3.4
bandit==1.4.0
@ -35,7 +35,7 @@ eventlet==0.20.0
extras==1.0.0
fasteners==0.14.1
fixtures==3.0.0
flake8==2.5.5
flake8==3.6.0
flake8-import-order==0.12
Flask==0.10
future==0.16.0
@ -45,7 +45,7 @@ gitdb2==2.0.3
GitPython==2.1.8
greenlet==0.4.13
gunicorn==19.9.0
hacking==1.1.0
hacking==3.0
idna==2.6
imagesize==1.0.0
ipaddress==1.0.17
@ -63,8 +63,8 @@ linecache2==1.0.0
logilab-common==1.4.1
logutils==0.3.5
Mako==1.0.7
MarkupSafe==1.0
mccabe==0.4.0
MarkupSafe==1.1.0
mccabe==0.6.0
mock==2.0.0
monotonic==1.4
mox3==0.25.0
@ -72,7 +72,7 @@ msgpack==0.5.6
munch==2.2.0
netaddr==0.7.19
netifaces==0.10.4
networkx==1.11
networkx==2.1.0
octavia-lib==2.0.0
openstacksdk==0.12.0
os-client-config==1.29.0
@ -89,7 +89,7 @@ oslo.messaging==6.3.0
oslo.middleware==4.0.1
oslo.policy==1.30.0
oslo.reports==1.18.0
oslo.serialization==2.18.0
oslo.serialization==2.28.1
oslo.service==1.30.0
oslo.upgradecheck==0.1.0
oslo.utils==3.33.0
@ -108,13 +108,13 @@ psutil==5.4.3
pyasn1==0.1.8
pyasn1-modules==0.0.6
pycadf==2.7.0
pycodestyle==2.3.1
pycodestyle==2.4.0
pycparser==2.18
pydot==1.2.4
pyflakes==1.0.0
pyflakes==2.0.0
Pygments==2.2.0
pyinotify==0.9.6
pylint==1.9.2
pylint==2.2.0
PyMySQL==0.7.6
PyNaCl==1.2.1
pyOpenSSL==17.1.0
@ -169,7 +169,7 @@ urllib3==1.22
vine==1.1.4
voluptuous==0.11.1
waitress==1.1.0
warlock==1.3.0
warlock==1.3.1
WebOb==1.8.2
WebTest==2.0.29
Werkzeug==0.14.1

View File

@ -25,7 +25,7 @@ oslo.messaging>=6.3.0 # Apache-2.0
oslo.middleware>=4.0.1 # Apache-2.0
oslo.policy>=1.30.0 # Apache-2.0
oslo.reports>=1.18.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.serialization>=2.28.1 # Apache-2.0
oslo.upgradecheck>=0.1.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
pyasn1!=0.2.3,>=0.1.8 # BSD
@ -39,7 +39,6 @@ pyOpenSSL>=17.1.0 # Apache-2.0
WSME>=0.8.0 # MIT
Jinja2>=2.10 # BSD License (3 clause)
taskflow>=4.1.0 # Apache-2.0
diskimage-builder>=2.24.0 # Apache-2.0
castellan>=0.16.0 # Apache-2.0
tenacity>=5.0.4 # Apache-2.0
distro>=1.2.0 # Apache-2.0