From be30c6f636c6e6e0939755fb5edd3b0c1c9e531f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 9 Jul 2024 17:18:30 +0900 Subject: [PATCH] Bump minimum horizon version Commit 222f657fbd0b5382ce221b268bd952409cb164a1 requires the change in horizon, which will be available in upcoming Dalmetian release. Bump the minimum version to reflect that requirement. Depends-on: https://review.opendev.org/c/openstack/requirements/+/924992 Change-Id: I52bc79fbb2ddfee7017676d59e2299fae51bf4c3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ef74432..a45b25fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ python-heatclient>=1.10.0 # Apache-2.0 # This will be installed from git in OpenStack CI if the job setting # required-projects for horizon: -horizon>=22.0.0 # Apache-2.0 +horizon>=25.0.0 # Apache-2.0 xstatic-angular-uuid>=0.0.4.0 # MIT xstatic-angular-vis>=4.16.0.0 # MIT