From 714c5d65dc6f6ccf197a42daf48685d92663e1dc Mon Sep 17 00:00:00 2001 From: Yasufumi Ogawa Date: Tue, 26 Aug 2025 06:47:11 +0900 Subject: [PATCH] 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 --- doc/requirements.txt | 6 +++--- requirements.txt | 12 ++++++------ test-requirements.txt | 10 +++++----- tox.ini | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 490d956..2d7f51a 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index b2948d2..e8c0c0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index bbbd78c..2126aae 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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 diff --git a/tox.ini b/tox.ini index 51b541f..eef3ef0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py39,py38,py36,pep8,docs +envlist = py310,py312,py313,pep8,docs minversion = 3.18.0 ignore_basepython_conflict = True