From 31a65257e424fd33eecb64e14d141b444e253c14 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 8 May 2020 09:49:50 +0100 Subject: docs: Bump sphinxcontrib-openapi to 0.7.0 This picks up an important fix [1] we want for our docs build. [1] https://github.com/sphinx-contrib/openapi/pull/87 Signed-off-by: Stephen Finucane --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 82543a8..9a531a1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,4 +2,4 @@ sphinx>=1.5 reno>=2.2 sphinx_rtd_theme==0.4.3 jinja2==2.11.1 -sphinxcontrib-openapi==0.6.0 +sphinxcontrib-openapi==0.7.0 -- cgit v1.2.3