Bump promenade dependency
Fixes an issue in up.sh script. Signed-off-by: Ruslan Aliev <raliev@mirantis.com> Change-Id: I2ee50f1316120e01e39d12caca961b82f0950f62
This commit is contained in:
parent
0f2ab241f9
commit
23d30dfe2b
Binary file not shown.
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
@ -8,7 +8,7 @@ pylibyaml==0.1.0
|
||||
PyYAML<=5.4.1
|
||||
deckhand @ git+https://opendev.org/airship/deckhand.git@06b1631d8a31a1e7147e8751025d0ef2ff4b31f5#egg=deckhand
|
||||
shipyard-client @ git+https://opendev.org/airship/shipyard.git@7ea83c25efc4e689e5cb0df19614d9ca538eda22#egg=shipyard-client&subdirectory=src/bin/shipyard_client
|
||||
promenade @ git+https://opendev.org/airship/promenade.git@3c68fb2281d7ab9ce1274c94057f5dbb78bccf1c#egg=promenade
|
||||
promenade @ git+https://opendev.org/airship/promenade.git@16debd81747fcde8e0628e141ee67d697b06c46d#egg=promenade
|
||||
oslo.i18n
|
||||
oslo.utils<=4.12.3
|
||||
six
|
||||
|
@ -97,7 +97,7 @@ pip==21.3.1
|
||||
platformdirs==2.4.0
|
||||
ply==3.11
|
||||
prettytable==2.5.0
|
||||
promenade @ git+https://opendev.org/airship/promenade.git@3c68fb2281d7ab9ce1274c94057f5dbb78bccf1c
|
||||
promenade @ git+https://opendev.org/airship/promenade.git@16debd81747fcde8e0628e141ee67d697b06c46d
|
||||
prometheus-client==0.17.0
|
||||
psycopg2-binary==2.9.6
|
||||
PTable==0.9.2
|
||||
|
@ -1,177 +1,176 @@
|
||||
-i https://pypi.org/simple
|
||||
alabaster==0.7.13 ; python_version >= '3.6'
|
||||
alembic==1.4.3 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
amqp==2.6.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
argcomplete==3.0.8 ; python_version >= '3.6'
|
||||
arrow==0.17.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
attrs==23.1.0 ; python_version >= '3.7'
|
||||
autopage==0.5.1 ; python_version >= '3.6'
|
||||
babel==2.12.1 ; python_version >= '3.7'
|
||||
bcrypt==4.0.1 ; python_version >= '3.6'
|
||||
beaker==1.12.0
|
||||
cachetools==5.3.0 ; python_version ~= '3.7'
|
||||
certifi==2023.5.7 ; python_version >= '3.6'
|
||||
alabaster==0.7.13
|
||||
alembic==1.4.3
|
||||
amqp==2.6.1
|
||||
argcomplete==3.0.8
|
||||
arrow==0.17.0
|
||||
attrs==23.1.0
|
||||
autopage==0.5.1
|
||||
Babel==2.12.1
|
||||
bcrypt==4.0.1
|
||||
Beaker==1.12.0
|
||||
cachetools==5.3.1
|
||||
certifi==2023.5.7
|
||||
cffi==1.15.1
|
||||
chardet==3.0.4
|
||||
charset-normalizer==3.1.0 ; python_full_version >= '3.7.0'
|
||||
charset-normalizer==3.1.0
|
||||
click==7.1.2
|
||||
click-default-group==1.2
|
||||
cliff==3.10.1 ; python_version >= '3.6'
|
||||
cmd2==2.4.3 ; python_version >= '3.6'
|
||||
configparser==5.3.0 ; python_version >= '3.7'
|
||||
coverage==5.3 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
|
||||
cliff==3.10.1
|
||||
cmd2==2.4.3
|
||||
configparser==5.3.0
|
||||
coverage==5.3
|
||||
cryptography==3.4.8
|
||||
debtcollector==2.5.0
|
||||
git+https://opendev.org/airship/deckhand.git@3a06b1b6040865483a09514e2bf7dc5fae24560e#egg=deckhand
|
||||
decorator==5.1.1 ; python_version >= '3.5'
|
||||
deepdiff==5.8.1 ; python_version >= '3.6'
|
||||
Deckhand @ git+https://opendev.org/airship/deckhand.git@06b1631d8a31a1e7147e8751025d0ef2ff4b31f5
|
||||
decorator==5.1.1
|
||||
deepdiff==5.8.1
|
||||
distlib==0.3.6
|
||||
dnspython==2.3.0 ; python_version >= '3.7' and python_version < '4.0'
|
||||
dnspython==2.3.0
|
||||
docker==5.0.3
|
||||
docutils==0.17 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
dogpile.cache==1.2.0 ; python_version >= '3.6'
|
||||
dulwich==0.21.5 ; python_version >= '3.7'
|
||||
docutils==0.17
|
||||
dogpile.cache==1.2.1
|
||||
dulwich==0.21.5
|
||||
eventlet==0.33.3
|
||||
extras==1.0.0
|
||||
falcon==3.1.1 ; python_version >= '3.5'
|
||||
fasteners==0.18 ; python_version >= '3.6'
|
||||
filelock==3.12.0 ; python_version >= '3.7'
|
||||
falcon==3.1.1
|
||||
fasteners==0.18
|
||||
filelock==3.12.0
|
||||
fixtures==3.0.0
|
||||
flake8==3.8.4 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
flask==1.1.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
futurist==2.4.1 ; python_version >= '3.6'
|
||||
gitdb==4.0.10 ; python_version >= '3.7'
|
||||
gitpython==3.1.31
|
||||
google-auth==2.18.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
|
||||
greenlet==2.0.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
hacking==4.1.0 ; python_version >= '3.5'
|
||||
flake8==3.8.4
|
||||
Flask==1.1.0
|
||||
futurist==2.4.1
|
||||
gitdb==4.0.10
|
||||
GitPython==3.1.31
|
||||
google-auth==2.19.1
|
||||
greenlet==2.0.2
|
||||
hacking==4.1.0
|
||||
html5lib==0.9999999
|
||||
httpexceptor==1.4.0
|
||||
idna==2.10 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
imagesize==1.4.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
importlib-metadata==2.1.3 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
iso8601==1.1.0 ; python_full_version >= '3.6.2' and python_version < '4.0'
|
||||
itsdangerous==2.0.1 ; python_version >= '3.6'
|
||||
jinja2==2.10.3
|
||||
idna==2.10
|
||||
imagesize==1.4.1
|
||||
importlib-metadata==2.1.3
|
||||
iso8601==2.0.0
|
||||
itsdangerous==2.0.1
|
||||
Jinja2==2.10.3
|
||||
jsonpath-ng==1.5.3
|
||||
jsonpath-rw==1.4.0
|
||||
jsonpath-rw-ext==1.2.2
|
||||
jsonpickle==1.4.1 ; python_version >= '2.7'
|
||||
jsonpickle==1.4.1
|
||||
jsonschema==3.2.0
|
||||
keystoneauth1==5.1.1
|
||||
keystonemiddleware==10.2.0 ; python_version >= '3.8'
|
||||
kombu==4.6.11 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
kubernetes==26.1.0 ; python_version >= '3.6'
|
||||
mako==1.2.4 ; python_version >= '3.7'
|
||||
markupsafe==2.0.1 ; python_version >= '3.6'
|
||||
keystonemiddleware==10.3.0
|
||||
kombu==4.6.11
|
||||
kubernetes==26.1.0
|
||||
Mako==1.2.4
|
||||
MarkupSafe==2.0.1
|
||||
mccabe==0.6.1
|
||||
mock==5.0.2 ; python_version >= '3.6'
|
||||
mock==5.0.2
|
||||
msgpack==1.0.5
|
||||
netaddr==0.8.0
|
||||
netifaces==0.11.0
|
||||
networkx==3.1 ; python_version >= '3.8'
|
||||
networkx==3.1
|
||||
nose==1.3.7
|
||||
oauthlib==3.2.2 ; python_version >= '3.6'
|
||||
ordered-set==4.1.0 ; python_version >= '3.7'
|
||||
oauthlib==3.2.2
|
||||
ordered-set==4.1.0
|
||||
os-service-types==1.7.0
|
||||
oslo.cache==2.10.1 ; python_version >= '3.6'
|
||||
oslo.concurrency==5.1.1 ; python_version >= '3.8'
|
||||
oslo.config==8.7.1 ; python_version >= '3.6'
|
||||
oslo.context==4.1.0 ; python_version >= '3.6'
|
||||
oslo.db==10.0.0 ; python_version >= '3.6'
|
||||
oslo.cache==2.10.1
|
||||
oslo.concurrency==5.1.1
|
||||
oslo.config==8.7.1
|
||||
oslo.context==4.1.0
|
||||
oslo.db==10.0.0
|
||||
oslo.i18n==6.0.0
|
||||
oslo.log==4.6.0 ; python_version >= '3.6'
|
||||
oslo.messaging==12.13.0 ; python_version >= '3.6'
|
||||
oslo.metrics==0.6.0 ; python_version >= '3.8'
|
||||
oslo.middleware==4.4.0 ; python_version >= '3.6'
|
||||
oslo.policy==3.10.1 ; python_version >= '3.6'
|
||||
oslo.serialization==4.2.0 ; python_version >= '3.6'
|
||||
oslo.service==3.1.1 ; python_version >= '3.8'
|
||||
oslo.log==4.6.0
|
||||
oslo.messaging==12.13.0
|
||||
oslo.metrics==0.6.0
|
||||
oslo.middleware==4.4.0
|
||||
oslo.policy==3.10.1
|
||||
oslo.serialization==4.2.0
|
||||
oslo.service==3.1.1
|
||||
oslo.utils==4.12.3
|
||||
packaging==21.3 ; python_version >= '3.6'
|
||||
paste==3.5.0
|
||||
pastedeploy==3.0.1 ; python_version >= '3.7'
|
||||
pastescript==3.3.0
|
||||
pbr==5.5.1 ; python_version >= '2.6'
|
||||
platformdirs==3.5.1 ; python_version >= '3.7'
|
||||
packaging==21.3
|
||||
Paste==3.5.0
|
||||
PasteDeploy==3.0.1
|
||||
PasteScript==3.3.0
|
||||
pbr==5.5.1
|
||||
pip==23.1.2
|
||||
platformdirs==3.5.1
|
||||
ply==3.11
|
||||
prettytable==3.7.0 ; python_version >= '3.7'
|
||||
git+https://opendev.org/airship/promenade.git@45bcba068eb42fe6ba54d494b12122600dcb2c6c#egg=promenade
|
||||
prometheus-client==0.16.0 ; python_version >= '3.6'
|
||||
prettytable==3.7.0
|
||||
promenade @ git+https://opendev.org/airship/promenade.git@16debd81747fcde8e0628e141ee67d697b06c46d
|
||||
prometheus-client==0.17.0
|
||||
psycopg2-binary==2.9.6
|
||||
ptable==0.9.2
|
||||
pyasn1==0.5.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
|
||||
pyasn1-modules==0.3.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
|
||||
pycadf==3.1.1 ; python_version >= '3.6'
|
||||
pycodestyle==2.6.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
PTable==0.9.2
|
||||
pyasn1==0.5.0
|
||||
pyasn1-modules==0.3.0
|
||||
pycadf==3.1.1
|
||||
pycodestyle==2.6.0
|
||||
pycparser==2.21
|
||||
pyflakes==2.2.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
pygments==2.14.0 ; python_version >= '3.6'
|
||||
pyinotify==0.9.6 ; sys_platform != 'win32' and sys_platform != 'darwin' and sys_platform != 'sunos5'
|
||||
pyflakes==2.2.0
|
||||
Pygments==2.14.0
|
||||
pylibyaml==0.1.0
|
||||
pymongo==4.3.3 ; python_version >= '3.7'
|
||||
pyparsing==2.4.7 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
|
||||
pymongo==4.3.3
|
||||
pyparsing==2.4.7
|
||||
pyperclip==1.8.2
|
||||
pyproject-api==1.5.0 ; python_version >= '3.7'
|
||||
pyrsistent==0.19.3 ; python_version >= '3.7'
|
||||
pyproject_api==1.5.0
|
||||
pyrsistent==0.19.3
|
||||
python-barbicanclient==5.2.0
|
||||
python-dateutil==2.8.1
|
||||
python-editor==1.0.4
|
||||
python-keystoneclient==5.1.0 ; python_version >= '3.8'
|
||||
python-keystoneclient==5.1.0
|
||||
python-memcached==1.59
|
||||
python-mimeparse==1.6.0
|
||||
python-subunit==1.4.0
|
||||
pytz==2023.3
|
||||
pyyaml==5.4.1
|
||||
reno==4.0.0 ; python_version >= '3.6'
|
||||
PyYAML==5.4.1
|
||||
reno==4.0.0
|
||||
repoze.lru==0.7
|
||||
requests==2.23.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
requests-oauthlib==1.3.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
requests==2.23.0
|
||||
requests-oauthlib==1.3.1
|
||||
resolver==0.2.1
|
||||
rfc3986==2.0.0 ; python_version >= '3.7'
|
||||
routes==2.5.1
|
||||
rsa==4.9 ; python_version >= '3.6'
|
||||
rfc3986==2.0.0
|
||||
Routes==2.5.1
|
||||
rsa==4.9
|
||||
selector==0.10.1
|
||||
setuptools==45.2.0 ; python_version >= '3.5'
|
||||
git+https://opendev.org/airship/shipyard.git@9c28c832dd9b9125bdf87627cfaa64c9b59d5742#egg=shipyard-client&subdirectory=src/bin/shipyard_client
|
||||
simplejson==3.19.1 ; python_version >= '2.5' and python_version not in '3.0, 3.1, 3.2'
|
||||
setuptools==45.2.0
|
||||
shipyard-client @ git+https://opendev.org/airship/shipyard.git@7ea83c25efc4e689e5cb0df19614d9ca538eda22#subdirectory=src/bin/shipyard_client
|
||||
simplejson==3.19.1
|
||||
six==1.16.0
|
||||
smmap==5.0.0 ; python_version >= '3.6'
|
||||
smmap==5.0.0
|
||||
snowballstemmer==2.2.0
|
||||
sphinx==3.3.1 ; python_version >= '3.5'
|
||||
Sphinx==3.3.1
|
||||
sphinx-rtd-theme==0.5.0
|
||||
sphinxcontrib-applehelp==1.0.4 ; python_version >= '3.8'
|
||||
sphinxcontrib-devhelp==1.0.2 ; python_version >= '3.5'
|
||||
sphinxcontrib-htmlhelp==2.0.1 ; python_version >= '3.8'
|
||||
sphinxcontrib-jsmath==1.0.1 ; python_version >= '3.5'
|
||||
sphinxcontrib-qthelp==1.0.3 ; python_version >= '3.5'
|
||||
sphinxcontrib-serializinghtml==1.1.5 ; python_version >= '3.5'
|
||||
sqlalchemy==1.3.20 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
sphinxcontrib-applehelp==1.0.4
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-htmlhelp==2.0.1
|
||||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
SQLAlchemy==1.3.20
|
||||
sqlalchemy-migrate==0.13.0
|
||||
sqlparse==0.4.4 ; python_version >= '3.5'
|
||||
sqlparse==0.4.4
|
||||
statsd==4.0.1
|
||||
stevedore==5.1.0 ; python_version >= '3.8'
|
||||
tempita==0.5.2
|
||||
stevedore==5.1.0
|
||||
Tempita==0.5.2
|
||||
testrepository==0.0.20
|
||||
testresources==2.0.1
|
||||
testscenarios==0.5.0
|
||||
testtools==2.5.0 ; python_version >= '3.5'
|
||||
testtools==2.5.0
|
||||
tiddlyweb==2.4.3
|
||||
tomli==2.0.1 ; python_version < '3.11'
|
||||
tomlkit==0.11.8 ; python_version >= '3.7'
|
||||
typing-extensions==3.7.2
|
||||
urllib3==1.25.11 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
|
||||
uwsgi==2.0.21
|
||||
vine==1.3.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
virtualenv==20.23.0 ; python_version >= '3.7'
|
||||
tomli==2.0.1
|
||||
tomlkit==0.11.8
|
||||
typing-extensions==3.7.4.3
|
||||
urllib3==1.25.11
|
||||
uWSGI==2.0.21
|
||||
vine==1.3.0
|
||||
virtualenv==20.23.0
|
||||
wcwidth==0.2.6
|
||||
webob==1.8.7 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
|
||||
websocket-client==1.5.1 ; python_version >= '3.7'
|
||||
werkzeug==0.16.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
wheel==0.40.0 ; python_version >= '3.7'
|
||||
wrapt==1.15.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
WebOb==1.8.7
|
||||
websocket-client==1.5.3
|
||||
Werkzeug==0.16.1
|
||||
wheel==0.40.0
|
||||
wrapt==1.15.0
|
||||
wsgi-intercept==1.11.0
|
||||
xmltodict==0.13.0 ; python_version >= '3.4'
|
||||
xmltodict==0.13.0
|
||||
yappi==1.4.0
|
||||
yq==3.2.1 ; python_version >= '3.6'
|
||||
yq==3.2.1
|
||||
zipp==3.15.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
DECKHAND_VERSION=commit/06b1631d8a31a1e7147e8751025d0ef2ff4b31f5
|
||||
SHIPYARD_VERSION=commit/7ea83c25efc4e689e5cb0df19614d9ca538eda22
|
||||
PROMENADE_VERSION=commit/3c68fb2281d7ab9ce1274c94057f5dbb78bccf1c
|
||||
PROMENADE_VERSION=commit/16debd81747fcde8e0628e141ee67d697b06c46d
|
||||
|
Loading…
Reference in New Issue
Block a user