From 6d3ebe4ec1d7178fa121633d92a950bc79bb5e80 Mon Sep 17 00:00:00 2001 From: zhangbailin Date: Tue, 25 May 2021 18:02:04 +0800 Subject: [PATCH] Bump WSME and sphinxcontrib-pecanwsme version While pep8 failed in [1], it was required wsme===0.10.1, and in requirements it has bumped WSME===0.10.1 and sphinxcontrib-pecanwsme===0.10.0 in [2]. [1] https://review.opendev.org/c/openstack/cyborg/+/790328 [2] https://github.com/openstack/requirements/blob/master/upper-constraints.txt#L327 https://github.com/openstack/requirements/blob/master/upper-constraints.txt#L415 Closes-Bug: #1929535 Change-Id: I74edc9f886635b6af532271c4f6169dc66970034 --- doc/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 37137ab9..7fc9ddac 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -4,7 +4,7 @@ sphinx>=2.0.0,!=2.1.0 # BSD sphinxcontrib-httpdomain>=1.3.0 # BSD -sphinxcontrib-pecanwsme>=0.2 # Apache-2.0 +sphinxcontrib-pecanwsme>=0.10.0 # Apache-2.0 sphinxcontrib-seqdiag>=0.8.4 # BSD sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD reno>=3.1.0 # Apache-2.0 diff --git a/requirements.txt b/requirements.txt index 1e74cb24..072099d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pbr>=0.11,!=2.1.0 # Apache-2.0 pecan>=1.0.0,!=1.0.2,!=1.0.3,!=1.0.4,!=1.2 # BSD -WSME>=0.8.0 # MIT +WSME>=0.10.1 # MIT eventlet>=0.26.0 # MIT oslo.i18n>=1.5.0 # Apache-2.0 oslo.config>=1.1.0,!=4.3.0,!=4.4.0 # Apache-2.0