We contentedly announce the release of: tacker-horizon 12.0.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/tacker-horizon Download the package from: https://tarballs.openstack.org/tacker-horizon/ Please report issues through: https://bugs.launchpad.net/tacker/+bugs For more details, please see below. Changes in tacker-horizon 11.0.0..12.0.0 ---------------------------------------- 714c5d6 Update requirements files Diffstat (except docs and test files) ------------------------------------- requirements.txt | 12 ++++++------ test-requirements.txt | 10 +++++----- tox.ini | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b2948d2..e8c0c0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,5 @@ -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 @@ -22 +22 @@ python-tackerclient>=0.8.0 # Apache-2.0 -horizon>=17.1.0 # Apache-2.0 +horizon>=25.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index bbbd78c..2126aae 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ -hacking>=4.0.0,<4.1.0 # Apache-2.0 +hacking>=7.0.0 # Apache-2.0 @@ -13 +13 @@ coverage!=4.4,>=4.0 # Apache-2.0 -nodeenv>=0.9.4 # BSD +nodeenv>=1.9.1 # BSD @@ -15,2 +15,2 @@ nodeenv>=0.9.4 # BSD -selenium>=2.50.1 # Apache-2.0 -testtools>=2.2.0 # MIT +selenium>=3.141.0 # Apache-2.0 +testtools>=2.7.0 # MIT @@ -18 +18 @@ testtools>=2.2.0 # MIT -xvfbwrapper>=0.1.3 #license: MIT +xvfbwrapper>=0.2.13 #license: MIT