Bump min versions to exclude known bad versions

This is follow-up of Iac72ee8a7c769e8f402e55fac21ea50760c894d7 and
updates the minimum versions in requirements to avoid installing
known bad versions.

Change-Id: If23fda5985d503f393edf2f3b1082c81ee48046c
This commit is contained in:
Takashi Kajinami 2024-04-30 23:12:02 +09:00
parent b67cbd0834
commit 747dbef43f
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
sphinx>=2.0.0 # BSD
sphinx>=2.1.1 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
# releasenotes

View File

@ -1 +1 @@
pbr>=2.0.0 # Apache-2.0
pbr>=3.0.0 # Apache-2.0

View File

@ -1,5 +1,5 @@
hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
coverage>=4.4.1 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD