From 66c3a8b7d8b2cde832a0bea2c0d5bc8b8fb158c2 Mon Sep 17 00:00:00 2001 From: Kenta Fukaya Date: Thu, 6 Jul 2023 17:51:41 +0900 Subject: [PATCH] Fix Pillow version to 9.5.0 This patch fixes the problem of pillow and sphinx's by selecting version 9.5.0. [1] https://opendev.org/openstack/requirements/src/branch/master/upper-constraints.txt Change-Id: I20a70c12c565ca3a86ff34f4b9c9007207edf8aa Closes-Bug: #2026345 --- doc/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/requirements.txt b/doc/requirements.txt index 62dff0de..006c2bbe 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -3,6 +3,7 @@ # process, which may cause wedges in the gate later. sphinx>=2.0.0,!=2.1.0 # BSD openstackdocstheme>=2.2.1 # Apache-2.0 +pillow===9.5.0 sphinxcontrib-actdiag # BSD sphinxcontrib-blockdiag # BSD sphinxcontrib-nwdiag # BSD