Bump up package requirements versions
Change-Id: I6922a4dc8c542a3168de471b2abf529b7a11cb12
This commit is contained in:
parent
c6d01adc36
commit
ff5c66046d
@ -5,39 +5,39 @@
|
|||||||
# Hacking already pins down pep8, pyflakes and flake8
|
# Hacking already pins down pep8, pyflakes and flake8
|
||||||
hacking>=1.0.0 # Apache-2.0
|
hacking>=1.0.0 # Apache-2.0
|
||||||
|
|
||||||
falcon>=1.0.0 # Apache-2.0
|
falcon>=1.4.1 # Apache-2.0
|
||||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
pbr!=2.1.0,>=3.1.1 # Apache-2.0
|
||||||
PasteDeploy>=1.5.0 # MIT
|
PasteDeploy>=1.5.2 # MIT
|
||||||
Paste # MIT
|
Paste # MIT
|
||||||
Routes>=2.3.1 # MIT
|
Routes>=2.4.1 # MIT
|
||||||
keystoneauth1>=3.2.0 # Apache-2.0
|
keystoneauth1>=3.4.0 # Apache-2.0
|
||||||
networkx==2.1
|
networkx==2.1
|
||||||
|
|
||||||
six>=1.9.0 # MIT
|
six>=1.11.0 # MIT
|
||||||
stevedore>=1.20.0 # Apache-2.0
|
stevedore>=1.28.0 # Apache-2.0
|
||||||
python-keystoneclient>=3.8.0 # Apache-2.0
|
python-keystoneclient>=3.15.0 # Apache-2.0
|
||||||
python-memcached==1.58
|
python-memcached==1.59
|
||||||
keystonemiddleware>=4.12.0 # Apache-2.0
|
keystonemiddleware>=4.21.0 # Apache-2.0
|
||||||
psycopg2==2.7.3.1
|
psycopg2==2.7.4
|
||||||
uwsgi==2.0.15
|
uwsgi==2.0.16
|
||||||
jsonpath-ng==1.4.3
|
jsonpath-ng==1.4.3
|
||||||
jsonschema==2.6.0
|
jsonschema==2.6.0
|
||||||
|
|
||||||
oslo.cache>=1.5.0 # Apache-2.0
|
oslo.cache>=1.28.0 # Apache-2.0
|
||||||
oslo.concurrency>=3.8.0 # Apache-2.0
|
oslo.concurrency>=3.25.0 # Apache-2.0
|
||||||
oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
|
oslo.config!=4.3.0,!=4.4.0,>=5.2.0 # Apache-2.0
|
||||||
oslo.context>=2.14.0 # Apache-2.0
|
oslo.context>=2.20.0 # Apache-2.0
|
||||||
oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0
|
oslo.messaging!=5.25.0,>=5.35.0 # Apache-2.0
|
||||||
oslo.db>=4.24.0 # Apache-2.0
|
oslo.db>=4.33.0 # Apache-2.0
|
||||||
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
|
oslo.i18n!=3.15.2,>=3.19.0 # Apache-2.0
|
||||||
oslo.log>=3.22.0 # Apache-2.0
|
oslo.log>=3.36.0 # Apache-2.0
|
||||||
oslo.middleware>=3.27.0 # Apache-2.0
|
oslo.middleware>=3.34.0 # Apache-2.0
|
||||||
oslo.policy>=1.23.0 # Apache-2.0
|
oslo.policy>=1.33.1 # Apache-2.0
|
||||||
oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
|
oslo.serialization!=2.19.1,>=2.24.0 # Apache-2.0
|
||||||
oslo.utils>=3.20.0 # Apache-2.0
|
oslo.utils>=3.35.0 # Apache-2.0
|
||||||
|
|
||||||
# TODO(alanmeadows)
|
# TODO(alanmeadows)
|
||||||
# this must match the container service
|
# this must match the container service
|
||||||
# likely this should be imported from a
|
# likely this should be imported from a
|
||||||
# container sidecar long-term
|
# container sidecar long-term
|
||||||
python-barbicanclient>=4.0.0 # Apache-2.0
|
python-barbicanclient>=4.6.0 # Apache-2.0
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
# Hacking already pins down pep8, pyflakes and flake8
|
# Hacking already pins down pep8, pyflakes and flake8
|
||||||
hacking>=1.0.0 # Apache-2.0
|
hacking>=1.0.0 # Apache-2.0
|
||||||
|
|
||||||
coverage!=4.4,>=4.0 # Apache-2.0
|
coverage!=4.4,>=4.5.1 # Apache-2.0
|
||||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||||
mox3!=0.19.0,>=0.7.0 # Apache-2.0
|
mox3!=0.19.0,>=0.24.0 # Apache-2.0
|
||||||
python-subunit>=0.0.18 # Apache-2.0/BSD
|
python-subunit>=1.2.0 # Apache-2.0/BSD
|
||||||
oslotest>=1.10.0 # Apache-2.0
|
oslotest>=3.2.0 # Apache-2.0
|
||||||
os-testr>=0.8.0 # Apache-2.0
|
os-testr>=1.0.0 # Apache-2.0
|
||||||
testrepository>=0.0.18 # Apache-2.0/BSD
|
testrepository>=0.0.20 # Apache-2.0/BSD
|
||||||
testtools>=1.4.0 # MIT
|
testtools>=2.3.0 # MIT
|
||||||
bandit>=1.1.0 # Apache-2.0
|
bandit>=1.4.0 # Apache-2.0
|
||||||
gabbi==1.35.1
|
gabbi==1.35.1
|
||||||
pytest-html==1.16.0
|
pytest-html==1.16.1
|
||||||
pifpaf==2.0.0
|
pifpaf==2.0.5
|
||||||
|
|
||||||
# NOTE(fmontei): The requirement below is only included because readthedocs
|
# NOTE(fmontei): The requirement below is only included because readthedocs
|
||||||
# depends on it to work, since it runs pip install -rtest-requirements.txt.
|
# depends on it to work, since it runs pip install -rtest-requirements.txt.
|
||||||
oslo.policy>=1.23.0 # Apache-2.0
|
oslo.policy>=1.33.1 # Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user