From 7f0bd2779702827abe263dd95e1bbadf6f70724c Mon Sep 17 00:00:00 2001 From: Boxiang Zhu Date: Thu, 18 Aug 2022 13:44:30 +0800 Subject: [PATCH] fix: Update the package version Update the package version in test-requirements.txt Change-Id: If18981f8b31c1177ba33e5163417f4a65a6c0510 --- test-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 029e3bb..1685386 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,9 +2,9 @@ # 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 +reno>=3.1.0 # Apache-2.0 openstackdocstheme>=2.2.1 # Apache-2.0 -Sphinx<=4.5.0 # BSD +sphinx>=2.0.0,!=2.1.0 # BSD isort<=5.9.3 # MIT black<=22.3.0 # MIT flake8<=3.9.2 # MIT