From 3549a2b880088d540c2e52cd8aef669d74454534 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 26 Sep 2019 00:27:54 -0400 Subject: Upgrade docs requirements. Several of these dependencies have had security vulns, and while they've all been irrelevant for running Sphinx locally, I'd like the alert emails to stop. --- requirements-docs.txt | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) (limited to 'requirements-docs.txt') diff --git a/requirements-docs.txt b/requirements-docs.txt index f89c262..205d41f 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,17 +1,25 @@ -alabaster==0.7.10 -Babel==2.5.1 -certifi==2017.11.5 +alabaster==0.7.12 +Babel==2.7.0 +certifi==2019.9.11 chardet==3.0.4 -docutils==0.14 -idna==2.6 -imagesize==0.7.1 -Jinja2==2.10 -MarkupSafe==1.0 -Pygments==2.2.0 -pytz==2017.3 -requests==2.18.4 -six==1.11.0 -snowballstemmer==1.2.1 -Sphinx==1.6.5 -sphinxcontrib-websupport==1.0.1 -urllib3==1.22 +docutils==0.15.2 +idna==2.8 +imagesize==1.1.0 +Jinja2==2.10.1 +MarkupSafe==1.1.1 +packaging==19.2 +Pygments==2.4.2 +pyparsing==2.4.2 +pytz==2019.2 +requests==2.22.0 +six==1.12.0 +snowballstemmer==1.9.1 +Sphinx==2.2.0 +sphinxcontrib-applehelp==1.0.1 +sphinxcontrib-devhelp==1.0.1 +sphinxcontrib-htmlhelp==1.0.2 +sphinxcontrib-jsmath==1.0.1 +sphinxcontrib-qthelp==1.0.2 +sphinxcontrib-serializinghtml==1.1.3 +sphinxcontrib-websupport==1.1.2 +urllib3==1.25.6 -- cgit v1.2.3