Update requirements files
Since several depending packages are too old and failed to path unittests, update version of the packages. Change-Id: I9e91512fa84496da00684b63aa340082cdfe5e42 Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
openstackdocstheme>=2.2.1 # Apache-2.0
|
||||
sphinx>=2.0.0,!=2.1.0 # BSD
|
||||
reno>=3.1.0 # Apache-2.0
|
||||
openstackdocstheme>=3.5.0 # Apache-2.0
|
||||
sphinx>=8.1.3 # BSD
|
||||
reno>=4.1.0 # Apache-2.0
|
||||
|
@@ -11,12 +11,12 @@
|
||||
# be installed in a specific order.
|
||||
#
|
||||
# PBR should always appear first
|
||||
Django>=2.2 # BSD
|
||||
oslo.log>=3.36.0 # Apache-2.0
|
||||
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
||||
pbr>=5.5.0 # Apache-2.0
|
||||
python-tackerclient>=0.8.0 # Apache-2.0
|
||||
Django>=4.2.23 # BSD
|
||||
oslo.log>=7.2.0 # Apache-2.0
|
||||
oslo.serialization>=5.7.0 # Apache-2.0
|
||||
pbr>=6.0.0 # Apache-2.0
|
||||
python-tackerclient>=2.3.0 # Apache-2.0
|
||||
|
||||
# This will be installed from git in OpenStack CI if the job setting
|
||||
# required-projects for horizon:
|
||||
horizon>=17.1.0 # Apache-2.0
|
||||
horizon>=25.4.0 # Apache-2.0
|
||||
|
@@ -7,12 +7,12 @@
|
||||
# be installed in a specific order.
|
||||
#
|
||||
# Hacking should appear first in case something else depends on pep8
|
||||
hacking>=4.0.0,<4.1.0 # Apache-2.0
|
||||
hacking>=7.0.0 # Apache-2.0
|
||||
#
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
nodeenv>=0.9.4 # BSD
|
||||
nodeenv>=1.9.1 # BSD
|
||||
# Horizon integration tests requirements
|
||||
selenium>=2.50.1 # Apache-2.0
|
||||
testtools>=2.2.0 # MIT
|
||||
selenium>=3.141.0 # Apache-2.0
|
||||
testtools>=2.7.0 # MIT
|
||||
# This also needs xvfb library installed on your OS
|
||||
xvfbwrapper>=0.1.3 #license: MIT
|
||||
xvfbwrapper>=0.2.13 #license: MIT
|
||||
|
Reference in New Issue
Block a user