diff --git a/test-requirements.txt b/test-requirements.txt index 98c36788..815f0b83 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,8 +2,8 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -reno<=3.5.0 # Apache-2.0 -openstackdocstheme<=2.4.0 # Apache-2.0 -Sphinx<=4.5.0 # BSD -jinja2>=2.11.3,<=3.1.2 # BSD License (3 clause) -MarkupSafe>=2.0.1,<=2.1.1 # BSD License (3 clause) +reno>=3.1.0 # Apache-2.0 +openstackdocstheme>=2.2.1 # Apache-2.0 +sphinx>=2.0.0,!=2.1.0 # BSD +jinja2>=2.11.3 # BSD License (3 clause) +MarkupSafe>=2.0.1 # BSD License (3 clause)