Bump Deckhand version

Change-Id: I2399ca7cd95fd4cf2e9ae81c3ded63ad0a50d96e
This commit is contained in:
Mark Burnett 2018-04-05 11:37:45 -05:00
parent 476ed89f26
commit 27ead3e613
2 changed files with 55 additions and 47 deletions

View File

@ -13,4 +13,4 @@ pbr==3.0.1
pyyaml==3.12 pyyaml==3.12
requests==2.18.4 requests==2.18.4
uwsgi==2.0.15 uwsgi==2.0.15
git+https://github.com/att-comdev/deckhand.git@b9845fa72c079dadb05e741aa9134cf03bf3ce48#egg=deckhand git+https://github.com/att-comdev/deckhand.git@c962eeb975af5ecf9793f794d536538d210b7735#egg=deckhand

View File

@ -1,97 +1,105 @@
alembic==0.9.6 Babel==2.5.3
Jinja2==2.9.6
Mako==1.0.7
MarkupSafe==1.0
Paste==2.0.3
PasteDeploy==1.5.2
PyYAML==3.12
Routes==2.4.1
SQLAlchemy==1.2.6
Tempita==0.5.2
WebOb==1.8.0
Werkzeug==0.14.1
alembic==0.9.9
amqp==2.2.2 amqp==2.2.2
Babel==2.5.1
cachetools==2.0.1 cachetools==2.0.1
certifi==2017.11.5 certifi==2018.1.18
chardet==3.0.4 chardet==3.0.4
click==6.7 click==6.7
cliff==2.10.0 cliff==2.11.0
cmd2==0.7.9 cmd2==0.8.2
contextlib2==0.5.5 contextlib2==0.5.5
debtcollector==1.19.0 debtcollector==1.19.0
git+https://github.com/att-comdev/deckhand.git@b9845fa72c079dadb05e741aa9134cf03bf3ce48#egg=deckhand decorator==4.2.1
decorator==4.1.2 dogpile.cache==0.6.5
dogpile.cache==0.6.4
enum-compat==0.0.2 enum-compat==0.0.2
eventlet==0.20.0 eventlet==0.20.0
extras==1.0.0
falcon==1.2.0 falcon==1.2.0
fasteners==0.14.1 fasteners==0.14.1
fixtures==3.0.0
flake8==2.5.5 flake8==2.5.5
futurist==1.6.0 futurist==1.6.0
google-auth==1.3.0 git+https://github.com/att-comdev/deckhand.git@c962eeb975af5ecf9793f794d536538d210b7735#egg=deckhand
greenlet==0.4.12 google-auth==1.4.1
greenlet==0.4.13
hacking==1.0.0 hacking==1.0.0
idna==2.6 idna==2.6
ipaddress==1.0.19 ipaddress==1.0.19
iso8601==0.1.12 iso8601==0.1.12
Jinja2==2.9.6
jsonpath-ng==1.4.3 jsonpath-ng==1.4.3
jsonschema==2.6.0 jsonschema==2.6.0
keystoneauth1==3.3.0 keystoneauth1==3.2.0
keystonemiddleware==4.17.0 keystonemiddleware==4.17.0
kombu==4.1.0 kombu==4.1.0
kubernetes==3.0.0 kubernetes==3.0.0
Mako==1.0.7 linecache2==1.0.0
MarkupSafe==1.0
mccabe==0.2.1 mccabe==0.2.1
monotonic==1.4 monotonic==1.4
msgpack-python==0.5.1 msgpack==0.5.6
netaddr==0.7.19 netaddr==0.7.19
netifaces==0.10.6 netifaces==0.10.6
oslo.cache==1.28.0 networkx==2.1
oslo.concurrency==3.24.0 oslo.cache==1.30.0
oslo.config==5.2.0 oslo.concurrency==3.26.0
oslo.config==6.0.1
oslo.context==2.19.2 oslo.context==2.19.2
oslo.db==4.33.0 oslo.db==4.35.0
oslo.i18n==3.19.0 oslo.i18n==3.20.0
oslo.log==3.36.0 oslo.log==3.37.0
oslo.messaging==5.35.0 oslo.messaging==6.0.0
oslo.middleware==3.33.0 oslo.middleware==3.35.0
oslo.policy==1.22.1 oslo.policy==1.22.1
oslo.serialization==2.23.0 oslo.serialization==2.25.0
oslo.service==1.29.0 oslo.service==1.30.0
oslo.utils==3.34.0 oslo.utils==3.36.0
Paste==2.0.3
PasteDeploy==1.5.2
pbr==3.0.1 pbr==3.0.1
pep8==1.5.7 pep8==1.5.7
pika==0.11.2 ply==3.11
pika-pool==0.1.3
ply==3.10
positional==1.2.1 positional==1.2.1
prettytable==0.7.2 prettytable==0.7.2
psycopg2==2.7.3.1 psycopg2==2.7.4
pyasn1==0.4.2
pyasn1-modules==0.2.1 pyasn1-modules==0.2.1
pycadf==2.6.0 pyasn1==0.4.2
pycadf==2.7.0
pyflakes==0.8.1 pyflakes==0.8.1
pyinotify==0.9.6 pyinotify==0.9.6
pyparsing==2.2.0 pyparsing==2.2.0
pyperclip==1.6.0 pyperclip==1.6.0
python-barbicanclient==4.5.2 python-barbicanclient==4.6.0
python-dateutil==2.6.1 python-dateutil==2.7.2
python-editor==1.0.3 python-editor==1.0.3
python-keystoneclient==3.14.0 python-keystoneclient==3.15.0
python-memcached==1.58 python-memcached==1.59
python-mimeparse==1.6.0 python-mimeparse==1.6.0
pytz==2017.3 pytz==2018.3
PyYAML==3.12
repoze.lru==0.7 repoze.lru==0.7
requests==2.18.4 requests==2.18.4
rfc3986==1.1.0 rfc3986==1.1.0
Routes==2.4.1
rsa==3.4.2 rsa==3.4.2
six==1.11.0 six==1.11.0
SQLAlchemy==1.2.0
sqlalchemy-migrate==0.11.0 sqlalchemy-migrate==0.11.0
sqlparse==0.2.4 sqlparse==0.2.4
statsd==3.2.2 statsd==3.2.2
stevedore==1.28.0 stevedore==1.28.0
Tempita==0.5.2 tenacity==4.9.0
tenacity==4.8.0 testresources==2.0.1
urllib3==1.22 testscenarios==0.5.0
testtools==2.3.0
traceback2==1.4.0
uWSGI==2.0.15 uWSGI==2.0.15
unittest2==1.1.0
urllib3==1.22
vine==1.1.4 vine==1.1.4
WebOb==1.7.4
websocket-client==0.40.0 websocket-client==0.40.0
wrapt==1.10.11 wrapt==1.10.11